summaryrefslogtreecommitdiff
path: root/Src/Zle/zle_main.c
AgeCommit message (Expand)AuthorFilesLines
2001-09-0315734: zle -K option to select a keymap, and zle KEYMAP parameter toAndrew Main1-1/+1
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
2000-11-11Sven: 13108: Handle traps synchronouslyPeter Stephenson1-5/+14
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 boun...Sven Wischnowsky1-21/+31
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
2000-05-30Wayne: Fix two history bugs that were causing theBart Schaefer1-0/+3
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 (1...Sven Wischnowsky1-2/+0
2000-05-0211036, 11063, 11077: Always write the "read -q" prompt to shout; eliminateBart Schaefer1-168/+390
1999-04-15Initial revisionTanaka Akira1-0/+907