summaryrefslogtreecommitdiff
path: root/Src/Zle/complist.c
AgeCommit message (Expand)AuthorFilesLines
2006-08-1422605: bug in complist wide character fixes introduced infinite loopPeter Stephenson1-0/+2
2006-08-1122599: use wide character widths in completionPeter Stephenson1-24/+49
2006-08-1022597: back off two column-subtraction hunksPeter Stephenson1-2/+6
2006-08-1022595: paranoid bounds-checking on someBart Schaefer1-9/+9
2006-08-0922594: Attempt to fix some off-by-one errors for completion listsPeter Stephenson1-7/+32
2006-08-07unposted: badly positioned declaration in complist.cPeter Stephenson1-1/+3
2006-08-0722589: bug with long lines in menu selectionPeter Stephenson1-0/+4
2006-08-03rationalise mb<->wc conversions to use restartable formPeter Stephenson1-1/+4
2006-05-3022474: use variable argument lists to improve error message handlingPeter Stephenson1-2/+1
2006-01-13Got rid of some superfluous STOUC() calls (such as the ones I addedWayne Davison1-1/+1
2006-01-12- When mbrtowc() returns -2 when given all the remaining chars in aWayne Davison1-9/+11
2006-01-11Tweaked the code to handle mbrtowc() converting '\0' the same way asWayne Davison1-11/+20
2006-01-09The return value of mbrtowc() is a size_t (unsigned), so don'tWayne Davison1-15/+10
2005-12-1022069: completion listings didn't get unmetafiedPeter Stephenson1-7/+9
2005-11-15Got rid of some unsigned-char/char pointer casts.Wayne Davison1-19/+17
2005-10-2821943, 21945: ZLE_UNICODE_SUPPORT -> MULTIBYTE_SUPPORT;Peter Stephenson1-3/+3
2005-10-1321870: bad INULL() definitionPeter Stephenson1-1/+1
2005-10-0421821, 21822: fix two infinite loopsBart Schaefer1-2/+8
2005-10-02minor tidy-upsPeter Stephenson1-1/+2
2005-09-2921784: Improved character widths for formatted multibyte character outputPeter Stephenson1-54/+128
2005-09-2721769: fix some consequences of 21730 in completion listsPeter Stephenson1-2/+4
2005-08-1021593: character arrays wrongly declared with ZLE_UNICODE_SUPPORTPeter Stephenson1-1/+1
2005-08-1021592: browsing new directory from menu selection crashedPeter Stephenson1-0/+3
2005-08-10c.f. 21590: metafy_line()/unmetafy_line() now support wide charactersPeter Stephenson1-58/+76
2005-04-24Optimise length calculations for ${...//.../...}Peter Stephenson1-2/+2
2005-02-2420861: Fix statusline in Unicode, apart from isearchPeter Stephenson1-16/+33
2005-02-2320856: use VARARR for multibyte string.Peter Stephenson1-1/+2
2005-02-2320854: more Unicode stuff.Peter Stephenson1-6/+17
2005-02-1820822: Initial code for Unicode/multibyte inputPeter Stephenson1-3/+5
2005-01-14c.f. 20675: improve zle as a basis for Unicode.Peter Stephenson1-45/+45
2004-10-1820500: Unmetafy patterns where possible and other minor pattern fixesPeter Stephenson1-2/+2
2004-10-1420482: but with completion inside interactive completionPeter Stephenson1-1/+49
2004-06-02Marked unused parameters with the new UNUSED() macro.Wayne Davison1-4/+4
2004-03-0819553: rename c in zle to lastcharPeter Stephenson1-4/+4
2004-02-19Silenced some compiler warnings about uninitialized variables.Wayne Davison1-4/+4
2003-08-0518926: problem accepting filename require metafication with menu selectionPeter Stephenson1-0/+4
2003-05-1418513: Work around crash on resize in menu selectionPeter Stephenson1-1/+15
2003-05-0518476: Fix menu selection on Linux consoleAndrey Borzenkov1-3/+3
2002-07-05improve interactive mode when there are no matches left (alow to go back with...Sven Wischnowsky1-10/+30
2002-07-04in menu selection, use copies of comp{pre,suf}fix to make sure they exist; fi...Sven Wischnowsky1-19/+32
2002-07-03fix for interactive mode when menu selection is called via the menu-select wi...Sven Wischnowsky1-5/+5
2002-06-26two new modes for menu selection: incremental search and interactive (17366)Sven Wischnowsky1-39/+444
2002-06-05don't use optimised completion list display code after the list has been eras...Sven Wischnowsky1-1/+1
2002-05-27follow-up to 17222, make the optimisation work for some more keys again (17237)Sven Wischnowsky1-5/+7
2002-05-24we have to disable 17219 for some keys because their code doesn't set up the ...Sven Wischnowsky1-0/+7
2002-05-24make re-display in menu selection faster; redraw only the previously and newl...Sven Wischnowsky1-13/+96
2002-05-21fix for file-type-tests in nested quotes and don't count space file-type-char...Sven Wischnowsky1-26/+10
2002-01-22add new generic fake style and changes to the C-code for that (different impl...Sven Wischnowsky1-4/+5
2001-07-25make display for groups in _describe nicer; improve packing with list_packed;...Sven Wischnowsky1-3/+4
2001-07-18add list-grouped option to make options and such be grouped together if they ...Sven Wischnowsky1-4/+8