about summary refs log tree commit diff
path: root/Src/Zle/zle_thingy.c
Commit message (Expand)AuthorAgeFilesLines
* Got rid of some unsigned-char/char pointer casts.Wayne Davison2005-11-151-4/+2
* 21943, 21945: ZLE_UNICODE_SUPPORT -> MULTIBYTE_SUPPORT;Peter Stephenson2005-10-281-4/+4
* 21939: new UNMETACHECK() was too ruthlessPeter Stephenson2005-10-261-2/+2
* not yet posted; zle line screwed up on bad return from insertlastword()Peter Stephenson2005-10-231-0/+2
* 21784: Improved character widths for formatted multibyte character outputPeter Stephenson2005-09-291-4/+4
* c.f. 21590: metafy_line()/unmetafy_line() now support wide charactersPeter Stephenson2005-08-101-2/+2
* 20861: Fix statusline in Unicode, apart from isearchPeter Stephenson2005-02-241-3/+6
* 20822: Initial code for Unicode/multibyte inputPeter Stephenson2005-02-181-1/+1
* 20330: rationalise zle return statusesPeter Stephenson2004-09-081-1/+1
* 20303: zle -I test and running zle widgets in trapsPeter Stephenson2004-09-021-4/+25
* Marked unused parameters with the new UNUSED() macro.Wayne Davison2004-06-021-15/+15
* 19281: zle-line-init special widgetPeter Stephenson2003-12-121-0/+11
* a la 19209: zcalloc -> zshcallocPeter Stephenson2003-10-291-1/+1
* 17582: Improved option argument handling.Peter Stephenson2002-08-271-21/+21
* fix default completion module loading, use compctl if it hasn't been loaded a...Sven Wischnowsky2002-08-201-0/+2
* 17304: tweak to tweak the tweaked tweak for zle -I in 17301Peter Stephenson2002-06-071-2/+3
* 17301: improve zle -I.Peter Stephenson2002-06-071-1/+1
* 17295: `zle -F' failed because of bad testPeter Stephenson2002-06-051-1/+1
* 17141 plus mods: add `zle -F fd handler' feature.Peter Stephenson2002-05-211-0/+103
* 15734: zle -K option to select a keymap, and zle KEYMAP parameter toAndrew Main2001-09-031-0/+12
* Sven: 13108: Handle traps synchronouslyPeter Stephenson2000-11-111-3/+13
* fix zle widget -n num with num>9 (12238)Sven Wischnowsky2000-07-131-35/+216
* Initial revisionTanaka Akira1999-04-151-0/+491