summaryrefslogtreecommitdiff
path: root/Src/Zle/zle_main.c
AgeCommit message (Collapse)AuthorFilesLines
2001-10-2416063: add transientrprompt option to remove right prompt fromGeoff Wing1-0/+1
display when accepting commands
2001-09-0315734: zle -K option to select a keymap, and zle KEYMAP parameter toAndrew Main1-1/+1
examine the current selection.
2001-07-08Suppress XTRACE during user-defined widgets.Bart Schaefer1-2/+6
2001-05-17Signal queuing tweak.Bart Schaefer1-0/+3
2001-03-28Add `bindkey -p'Peter Stephenson1-1/+1
2001-01-18*** empty log message ***Sven Wischnowsky1-0/+1
2001-01-16remove 13108 (trap queues); replace with signal queueing to ensure that user ↵Sven Wischnowsky1-17/+18
signal handlers are only executed when it is safe to run them (13365)
2000-11-11Sven: 13108: Handle traps synchronouslyPeter Stephenson1-5/+14
pws: 13109, 13111: clear up zle display when output produced in trap.
2000-10-22Fix "vared -e".Bart Schaefer1-3/+5
2000-10-21Fix "vared -h" in shell scripts.Bart Schaefer1-1/+1
2000-08-2912719: quoting arrays in vared with real backslashesPeter Stephenson1-3/+6
2000-08-1412621: Avoid bad free.Bart Schaefer1-0/+2
2000-08-03make binding of ^D be used in first column if ignoreeof is set and ^D is ↵Sven Wischnowsky1-21/+31
bound to a shell function widget (12494)
2000-07-2712414: vared quotes separators when editing arraysPeter Stephenson1-3/+46
2000-07-19Call hend() with a NULL arg.Wayne Davison1-1/+1
2000-06-01Disable vared only for interactive shells where ZLE has been explicitlyBart Schaefer1-1/+1
disabled, but also for any shell running in an emacs buffer.
2000-05-30Wayne: Fix two history bugs that were causing theBart Schaefer1-0/+3
failure of `print -s'.
2000-05-26disable vared if zle is not enabled (11566)Sven Wischnowsky1-0/+4
2000-05-23save and restore more variables in bufferwords(); move gotword() into core ↵Sven Wischnowsky1-2/+0
(11523)
2000-05-0211036, 11063, 11077: Always write the "read -q" prompt to shout; eliminateBart Schaefer1-168/+390
some redundant close() calls; relocate a misplaced redirection.
1999-04-15Initial revisionTanaka Akira1-0/+907