about summary refs log tree commit diff
path: root/Src/Zle/zle_main.c
Commit message (Collapse)AuthorAgeFilesLines
* 17582: Improved option argument handling.Peter Stephenson2002-08-271-7/+7
| | | | unposted: Updated version to 4.1.0-dev-6 because of interface change.
* fix default completion module loading, use compctl if it hasn't been loaded ↵Sven Wischnowsky2002-08-201-0/+1
| | | | already and no completion widgets have been defined (17567)
* 17405: adapt 17390 to reset PREDISPLAY and POSTDISPLAY when zle is enteredPeter Stephenson2002-07-041-0/+1
|
* 17384: new recursive-edit widget.Peter Stephenson2002-07-011-66/+86
|
* 17293: support poll() as preferred alternative to select() in zlePeter Stephenson2002-06-061-15/+104
|
* 17141 plus mods: add `zle -F fd handler' feature.Peter Stephenson2002-05-211-48/+147
|
* add $redirections array to completion system parameters, containing ↵Sven Wischnowsky2002-03-011-1/+3
| | | | information about all redirections on the line; make this and compstate[redirect] contain the file descriptor number (16751)
* 16063: add transientrprompt option to remove right prompt fromGeoff Wing2001-10-241-0/+1
| | | | display when accepting commands
* 15734: zle -K option to select a keymap, and zle KEYMAP parameter toAndrew Main2001-09-031-1/+1
| | | | examine the current selection.
* Suppress XTRACE during user-defined widgets.Bart Schaefer2001-07-081-2/+6
|
* Signal queuing tweak.Bart Schaefer2001-05-171-0/+3
|
* Add `bindkey -p'Peter Stephenson2001-03-281-1/+1
|
* *** empty log message ***Sven Wischnowsky2001-01-181-0/+1
|
* remove 13108 (trap queues); replace with signal queueing to ensure that user ↵Sven Wischnowsky2001-01-161-17/+18
| | | | signal handlers are only executed when it is safe to run them (13365)
* Sven: 13108: Handle traps synchronouslyPeter Stephenson2000-11-111-5/+14
| | | | pws: 13109, 13111: clear up zle display when output produced in trap.
* Fix "vared -e".Bart Schaefer2000-10-221-3/+5
|
* Fix "vared -h" in shell scripts.Bart Schaefer2000-10-211-1/+1
|
* 12719: quoting arrays in vared with real backslashesPeter Stephenson2000-08-291-3/+6
|
* 12621: Avoid bad free.Bart Schaefer2000-08-141-0/+2
|
* make binding of ^D be used in first column if ignoreeof is set and ^D is ↵Sven Wischnowsky2000-08-031-21/+31
| | | | bound to a shell function widget (12494)
* 12414: vared quotes separators when editing arraysPeter Stephenson2000-07-271-3/+46
|
* Call hend() with a NULL arg.Wayne Davison2000-07-191-1/+1
|
* Disable vared only for interactive shells where ZLE has been explicitlyBart Schaefer2000-06-011-1/+1
| | | | disabled, but also for any shell running in an emacs buffer.
* Wayne: Fix two history bugs that were causing theBart Schaefer2000-05-301-0/+3
| | | | failure of `print -s'.
* disable vared if zle is not enabled (11566)Sven Wischnowsky2000-05-261-0/+4
|
* save and restore more variables in bufferwords(); move gotword() into core ↵Sven Wischnowsky2000-05-231-2/+0
| | | | (11523)
* 11036, 11063, 11077: Always write the "read -q" prompt to shout; eliminateBart Schaefer2000-05-021-168/+390
| | | | some redundant close() calls; relocate a misplaced redirection.
* Initial revisionTanaka Akira1999-04-151-0/+907