summaryrefslogtreecommitdiff
path: root/Src/Zle/zle_thingy.c
AgeCommit message (Expand)AuthorFilesLines
2005-11-15Got rid of some unsigned-char/char pointer casts.Wayne Davison1-4/+2
2005-10-2821943, 21945: ZLE_UNICODE_SUPPORT -> MULTIBYTE_SUPPORT;Peter Stephenson1-4/+4
2005-10-2621939: new UNMETACHECK() was too ruthlessPeter Stephenson1-2/+2
2005-10-23not yet posted; zle line screwed up on bad return from insertlastword()Peter Stephenson1-0/+2
2005-09-2921784: Improved character widths for formatted multibyte character outputPeter Stephenson1-4/+4
2005-08-10c.f. 21590: metafy_line()/unmetafy_line() now support wide charactersPeter Stephenson1-2/+2
2005-02-2420861: Fix statusline in Unicode, apart from isearchPeter Stephenson1-3/+6
2005-02-1820822: Initial code for Unicode/multibyte inputPeter Stephenson1-1/+1
2004-09-0820330: rationalise zle return statusesPeter Stephenson1-1/+1
2004-09-0220303: zle -I test and running zle widgets in trapsPeter Stephenson1-4/+25
2004-06-02Marked unused parameters with the new UNUSED() macro.Wayne Davison1-15/+15
2003-12-1219281: zle-line-init special widgetPeter Stephenson1-0/+11
2003-10-29a la 19209: zcalloc -> zshcallocPeter Stephenson1-1/+1
2002-08-2717582: Improved option argument handling.Peter Stephenson1-21/+21
2002-08-20fix default completion module loading, use compctl if it hasn't been loaded a...Sven Wischnowsky1-0/+2
2002-06-0717304: tweak to tweak the tweaked tweak for zle -I in 17301Peter Stephenson1-2/+3
2002-06-0717301: improve zle -I.Peter Stephenson1-1/+1
2002-06-0517295: `zle -F' failed because of bad testPeter Stephenson1-1/+1
2002-05-2117141 plus mods: add `zle -F fd handler' feature.Peter Stephenson1-0/+103
2001-09-0315734: zle -K option to select a keymap, and zle KEYMAP parameter toAndrew Main1-0/+12
2000-11-11Sven: 13108: Handle traps synchronouslyPeter Stephenson1-3/+13
2000-07-13fix zle widget -n num with num>9 (12238)Sven Wischnowsky1-35/+216
1999-04-15Initial revisionTanaka Akira1-0/+491