Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2001-10-24 | 16063: add transientrprompt option to remove right prompt from | Geoff Wing | 1 | -0/+1 | |
display when accepting commands | |||||
2001-09-03 | 15734: zle -K option to select a keymap, and zle KEYMAP parameter to | Andrew Main | 1 | -1/+1 | |
examine the current selection. | |||||
2001-07-08 | Suppress XTRACE during user-defined widgets. | Bart Schaefer | 1 | -2/+6 | |
2001-05-17 | Signal queuing tweak. | Bart Schaefer | 1 | -0/+3 | |
2001-03-28 | Add `bindkey -p' | Peter Stephenson | 1 | -1/+1 | |
2001-01-18 | *** empty log message *** | Sven Wischnowsky | 1 | -0/+1 | |
2001-01-16 | remove 13108 (trap queues); replace with signal queueing to ensure that user ↵ | Sven Wischnowsky | 1 | -17/+18 | |
signal handlers are only executed when it is safe to run them (13365) | |||||
2000-11-11 | Sven: 13108: Handle traps synchronously | Peter Stephenson | 1 | -5/+14 | |
pws: 13109, 13111: clear up zle display when output produced in trap. | |||||
2000-10-22 | Fix "vared -e". | Bart Schaefer | 1 | -3/+5 | |
2000-10-21 | Fix "vared -h" in shell scripts. | Bart Schaefer | 1 | -1/+1 | |
2000-08-29 | 12719: quoting arrays in vared with real backslashes | Peter Stephenson | 1 | -3/+6 | |
2000-08-14 | 12621: Avoid bad free. | Bart Schaefer | 1 | -0/+2 | |
2000-08-03 | make binding of ^D be used in first column if ignoreeof is set and ^D is ↵ | Sven Wischnowsky | 1 | -21/+31 | |
bound to a shell function widget (12494) | |||||
2000-07-27 | 12414: vared quotes separators when editing arrays | Peter Stephenson | 1 | -3/+46 | |
2000-07-19 | Call hend() with a NULL arg. | Wayne Davison | 1 | -1/+1 | |
2000-06-01 | Disable vared only for interactive shells where ZLE has been explicitly | Bart Schaefer | 1 | -1/+1 | |
disabled, but also for any shell running in an emacs buffer. | |||||
2000-05-30 | Wayne: Fix two history bugs that were causing the | Bart Schaefer | 1 | -0/+3 | |
failure of `print -s'. | |||||
2000-05-26 | disable vared if zle is not enabled (11566) | Sven Wischnowsky | 1 | -0/+4 | |
2000-05-23 | save and restore more variables in bufferwords(); move gotword() into core ↵ | Sven Wischnowsky | 1 | -2/+0 | |
(11523) | |||||
2000-05-02 | 11036, 11063, 11077: Always write the "read -q" prompt to shout; eliminate | Bart Schaefer | 1 | -168/+390 | |
some redundant close() calls; relocate a misplaced redirection. | |||||
1999-04-15 | Initial revision | Tanaka Akira | 1 | -0/+907 | |