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