summaryrefslogtreecommitdiff
path: root/Src/Zle/complist.c
AgeCommit message (Expand)AuthorFilesLines
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
2001-06-13fixes for display bugs for completion lists (cursor left one line to far up o...Sven Wischnowsky1-4/+7
2001-05-08print space/backspace when reacing the last column while printing description...Sven Wischnowsky1-1/+4
2001-03-15fix default colour for directories (3674)Sven Wischnowsky1-1/+1
2001-01-18*** empty log message ***Sven Wischnowsky1-2/+6
2001-01-16remove 13108 (trap queues); replace with signal queueing to ensure that user ...Sven Wischnowsky1-1/+10
2000-10-25re-display list for cleanup only if we were in menu selection (13084)Sven Wischnowsky1-1/+6
2000-10-25add a counter for invalidatelist() to allow finding out if there is a new lis...Sven Wischnowsky1-2/+3
2000-10-24avoid printing file type characters in completion lists for matches ending in...Sven Wischnowsky1-2/+3
2000-10-11add _all_matcher completer and supporting C-code for adding a special match r...Sven Wischnowsky1-0/+4
2000-10-11make user defined completion widgets leave menu selection without accepting t...Sven Wischnowsky1-2/+8
2000-07-03change format style with warnings tag, don't add descriptions as matches; mak...Sven Wischnowsky1-6/+27
2000-06-28fix for list-colors handling (12107)Sven Wischnowsky1-1/+4
2000-06-28make a-a-i-n-h in menu selection work with one match; better undo behaviour f...Sven Wischnowsky1-1/+7
2000-06-22allow subscripts for compadd -[ak]; new style for history completion; better ...Sven Wischnowsky1-2/+0
2000-06-19make undo break out of menu selection if nothing to undo inside it (11992)Sven Wischnowsky1-1/+1
2000-06-14better fix for menu selection on dumb terminal (11885?)Sven Wischnowsky1-3/+3
2000-06-13fix for longer capability strings (sunsite still not responding, sigh)Sven Wischnowsky1-6/+8
2000-06-11Alexandre: Fix colored listings crash (article number attribution may beBart Schaefer1-1/+1
2000-06-1011850: Fix crash in menu-select on dumb terminals. Also, a ChangeLog entryBart Schaefer1-0/+2
2000-06-09fix for menu-completion when another completion came right after it (11836)Sven Wischnowsky1-0/+1
2000-06-07hopefully more consistent beeping with menu-selection (11794)Sven Wischnowsky1-3/+7
2000-05-31allow display of only messages via $compstate[list]=messages (11688)Sven Wischnowsky1-1/+3
2000-05-25better cursor-movement in menu-selection (11569)Sven Wischnowsky1-3/+11
2000-05-25force listing in _complete_debug; make complist with list-scrolling stopt at ...Sven Wischnowsky1-9/+14