summaryrefslogtreecommitdiff
path: root/Src/Zle/zle_keymap.c
AgeCommit message (Collapse)AuthorFilesLines
2008-04-0324786: handle read -t properly in zle via getbyte()Peter Stephenson1-1/+1
2006-09-1022684: improve getkeystring() interface and make printf do octal escapesPeter Stephenson1-5/+6
2006-05-3022474: use variable argument lists to improve error message handlingPeter Stephenson1-22/+20
2006-04-25this one got missedPeter Stephenson1-1/+1
2006-04-23users/10172: new zle command read-commandPeter Stephenson1-0/+13
2006-01-2822169: hook function zle-keymap-select called when $KEYMAP changesPeter Stephenson1-1/+17
2005-10-28unposted: bit I missed in 21945Peter Stephenson1-1/+1
2005-10-2821943, 21945: ZLE_UNICODE_SUPPORT -> MULTIBYTE_SUPPORT;Peter Stephenson1-3/+3
use multibyte versions of nicechar wherever possible.
2005-09-2921784: Improved character widths for formatted multibyte character outputPeter Stephenson1-4/+6
2005-09-2921770: tweak 21760 to avoid conflicts with global bindingsBart Schaefer1-3/+2
2005-09-2421760: fix test for sequence prefixes in the local keymap in getkeymapcmd()Bart Schaefer1-6/+12
2005-09-0921709 plus tweaks: use $KEYTIMEOUT for multibyte chars.Reset input state on ↵Peter Stephenson1-1/+1
invalid characters or EOF
2005-08-1521610: Turn on ZLE_UNICODE_SUPPORT and fix a few related problems.Peter Stephenson1-0/+4
2005-02-1820822: Initial code for Unicode/multibyte inputPeter Stephenson1-5/+32
20823: Debugging test in stat wrong for 64-bit systems
2004-06-02Marked unused parameters with the new UNUSED() macro.Wayne Davison1-11/+11
2004-04-0619733 with docs tweaked: keymaps for vared and zedPeter Stephenson1-5/+16
2004-03-0819553: rename c in zle to lastcharPeter Stephenson1-4/+4
2003-10-29a la 19209: zcalloc -> zshcallocPeter Stephenson1-3/+3
2003-05-2218559, 18562: make modules use proper option argumentsPeter Stephenson1-5/+1
2003-05-1418536: EMACS and VI compatibility optionsPeter Stephenson1-0/+10
2002-08-2717582: Improved option argument handling.Peter Stephenson1-25/+26
unposted: Updated version to 4.1.0-dev-6 because of interface change.
2001-09-0315734: zle -K option to select a keymap, and zle KEYMAP parameter toAndrew Main1-1/+4
examine the current selection.
2001-04-19bindkey -rp removes prefix bindings; bindkey -p bugfixPeter Stephenson1-4/+38
2001-03-28Add `bindkey -p'Peter Stephenson1-1/+21
2001-03-1413633: don't use termcap cursor keys if single key which is already boundPeter Stephenson1-1/+13
2001-03-1313611, 13615: Bind cursor keys using termcap, including in viins.Peter Stephenson1-19/+67
2000-12-18Back out 13285.Bart Schaefer1-4/+4
2000-12-1613285: use vi-up and -down in vicmd modeClint Adams1-40/+56
1999-04-15Initial revisionTanaka Akira1-0/+1238