summaryrefslogtreecommitdiff
path: root/Src/Zle/complist.c
AgeCommit message (Collapse)AuthorFilesLines
2005-02-2320854: more Unicode stuff.Peter Stephenson1-6/+17
2005-02-1820822: Initial code for Unicode/multibyte inputPeter Stephenson1-3/+5
20823: Debugging test in stat wrong for 64-bit systems
2005-01-14c.f. 20675: improve zle as a basis for Unicode.Peter Stephenson1-45/+45
unposted: update version to 4.2.3-dev-1
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 ↵Sven Wischnowsky1-10/+30
with undo) (17429)
2002-07-04in menu selection, use copies of comp{pre,suf}fix to make sure they exist; ↵Sven Wischnowsky1-19/+32
fix display problem with non-empty iprefix (17403)
2002-07-03fix for interactive mode when menu selection is called via the menu-select ↵Sven Wischnowsky1-5/+5
widget (17394)
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 ↵Sven Wischnowsky1-1/+1
erased or we're not in menu selection anymore anyway (17286)
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
variables we need (17222)
2002-05-24make re-display in menu selection faster; redraw only the previously and ↵Sven Wischnowsky1-13/+96
newly selected matches (17219)
2002-05-21fix for file-type-tests in nested quotes and don't count space ↵Sven Wischnowsky1-26/+10
file-type-character (17195)
2002-01-22add new generic fake style and changes to the C-code for that (different ↵Sven Wischnowsky1-4/+5
implementation of compadd -x) (16483)
2001-07-25make display for groups in _describe nicer; improve packing with ↵Sven Wischnowsky1-3/+4
list_packed; leave space for type character (list_types) only in groups with at least one file name (15477)
2001-07-18add list-grouped option to make options and such be grouped together if they ↵Sven Wischnowsky1-4/+8
have the same description; matches with line-display strings can be hidden; hi and du capabalities in complist are only used if set by the user (15407)
2001-06-13fixes for display bugs for completion lists (cursor left one line to far up ↵Sven Wischnowsky1-4/+7
or down) (14903)
2001-05-08print space/backspace when reacing the last column while printing ↵Sven Wischnowsky1-1/+4
descriptions and the like to avoid a cursor positioning bug depending on the kind of terminal (autowrap) (14251)
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
signal handlers are only executed when it is safe to run them (13365)
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 ↵Sven Wischnowsky1-2/+3
list (13082)
2000-10-24avoid printing file type characters in completion lists for matches ending ↵Sven Wischnowsky1-2/+3
in a slash (13071)
2000-10-11add _all_matcher completer and supporting C-code for adding a special match ↵Sven Wischnowsky1-0/+4
representing all other matches; remove completions style from _expand(|_word) (12960)
2000-10-11make user defined completion widgets leave menu selection without accepting ↵Sven Wischnowsky1-2/+8
the currently selected match (12959)
2000-07-03change format style with warnings tag, don't add descriptions as matches; ↵Sven Wischnowsky1-6/+27
make a-a-i-n-h in menu selection work even without matches (12134)
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 ↵Sven Wischnowsky1-1/+7
for menu selection (12093)
2000-06-22allow subscripts for compadd -[ak]; new style for history completion; better ↵Sven Wischnowsky1-2/+0
list-colors handling (12029)
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
wrong in ChangeLog).
2000-06-1011850: Fix crash in menu-select on dumb terminals. Also, a ChangeLog entryBart Schaefer1-0/+2
for PWS's 11842.
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
the end of the list when prompt would scroll it out; fix _in_vared to handle `foo[bar]' (11565)
2000-05-22fix for a-a-m-c in menu selection; scroll explanations onto screen again ↵Sven Wischnowsky1-33/+53
(11487)
2000-05-16fix scrolling in menu-selection with matches spanning multiple linesSven Wischnowsky1-20/+73
2000-05-16make menu-select accept the match when typing a non-special character (11401)Sven Wischnowsky1-0/+1