about summary refs log tree commit diff
path: root/Src/Zle/complist.c
Commit message (Collapse)AuthorAgeFilesLines
* improve interactive mode when there are no matches left (alow to go back ↵Sven Wischnowsky2002-07-051-10/+30
| | | | with undo) (17429)
* in menu selection, use copies of comp{pre,suf}fix to make sure they exist; ↵Sven Wischnowsky2002-07-041-19/+32
| | | | fix display problem with non-empty iprefix (17403)
* fix for interactive mode when menu selection is called via the menu-select ↵Sven Wischnowsky2002-07-031-5/+5
| | | | widget (17394)
* two new modes for menu selection: incremental search and interactive (17366)Sven Wischnowsky2002-06-261-39/+444
|
* don't use optimised completion list display code after the list has been ↵Sven Wischnowsky2002-06-051-1/+1
| | | | erased or we're not in menu selection anymore anyway (17286)
* follow-up to 17222, make the optimisation work for some more keys again (17237)Sven Wischnowsky2002-05-271-5/+7
|
* we have to disable 17219 for some keys because their code doesn't set up the ↵Sven Wischnowsky2002-05-241-0/+7
| | | | variables we need (17222)
* make re-display in menu selection faster; redraw only the previously and ↵Sven Wischnowsky2002-05-241-13/+96
| | | | newly selected matches (17219)
* fix for file-type-tests in nested quotes and don't count space ↵Sven Wischnowsky2002-05-211-26/+10
| | | | file-type-character (17195)
* add new generic fake style and changes to the C-code for that (different ↵Sven Wischnowsky2002-01-221-4/+5
| | | | implementation of compadd -x) (16483)
* make display for groups in _describe nicer; improve packing with ↵Sven Wischnowsky2001-07-251-3/+4
| | | | list_packed; leave space for type character (list_types) only in groups with at least one file name (15477)
* add list-grouped option to make options and such be grouped together if they ↵Sven Wischnowsky2001-07-181-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)
* fixes for display bugs for completion lists (cursor left one line to far up ↵Sven Wischnowsky2001-06-131-4/+7
| | | | or down) (14903)
* print space/backspace when reacing the last column while printing ↵Sven Wischnowsky2001-05-081-1/+4
| | | | descriptions and the like to avoid a cursor positioning bug depending on the kind of terminal (autowrap) (14251)
* fix default colour for directories (3674)Sven Wischnowsky2001-03-151-1/+1
|
* *** empty log message ***Sven Wischnowsky2001-01-181-2/+6
|
* remove 13108 (trap queues); replace with signal queueing to ensure that user ↵Sven Wischnowsky2001-01-161-1/+10
| | | | signal handlers are only executed when it is safe to run them (13365)
* re-display list for cleanup only if we were in menu selection (13084)Sven Wischnowsky2000-10-251-1/+6
|
* add a counter for invalidatelist() to allow finding out if there is a new ↵Sven Wischnowsky2000-10-251-2/+3
| | | | list (13082)
* avoid printing file type characters in completion lists for matches ending ↵Sven Wischnowsky2000-10-241-2/+3
| | | | in a slash (13071)
* add _all_matcher completer and supporting C-code for adding a special match ↵Sven Wischnowsky2000-10-111-0/+4
| | | | representing all other matches; remove completions style from _expand(|_word) (12960)
* make user defined completion widgets leave menu selection without accepting ↵Sven Wischnowsky2000-10-111-2/+8
| | | | the currently selected match (12959)
* change format style with warnings tag, don't add descriptions as matches; ↵Sven Wischnowsky2000-07-031-6/+27
| | | | make a-a-i-n-h in menu selection work even without matches (12134)
* fix for list-colors handling (12107)Sven Wischnowsky2000-06-281-1/+4
|
* make a-a-i-n-h in menu selection work with one match; better undo behaviour ↵Sven Wischnowsky2000-06-281-1/+7
| | | | for menu selection (12093)
* allow subscripts for compadd -[ak]; new style for history completion; better ↵Sven Wischnowsky2000-06-221-2/+0
| | | | list-colors handling (12029)
* make undo break out of menu selection if nothing to undo inside it (11992)Sven Wischnowsky2000-06-191-1/+1
|
* better fix for menu selection on dumb terminal (11885?)Sven Wischnowsky2000-06-141-3/+3
|
* fix for longer capability strings (sunsite still not responding, sigh)Sven Wischnowsky2000-06-131-6/+8
|
* Alexandre: Fix colored listings crash (article number attribution may beBart Schaefer2000-06-111-1/+1
| | | | wrong in ChangeLog).
* 11850: Fix crash in menu-select on dumb terminals. Also, a ChangeLog entryBart Schaefer2000-06-101-0/+2
| | | | for PWS's 11842.
* fix for menu-completion when another completion came right after it (11836)Sven Wischnowsky2000-06-091-0/+1
|
* hopefully more consistent beeping with menu-selection (11794)Sven Wischnowsky2000-06-071-3/+7
|
* allow display of only messages via $compstate[list]=messages (11688)Sven Wischnowsky2000-05-311-1/+3
|
* better cursor-movement in menu-selection (11569)Sven Wischnowsky2000-05-251-3/+11
|
* force listing in _complete_debug; make complist with list-scrolling stopt at ↵Sven Wischnowsky2000-05-251-9/+14
| | | | the end of the list when prompt would scroll it out; fix _in_vared to handle `foo[bar]' (11565)
* fix for a-a-m-c in menu selection; scroll explanations onto screen again ↵Sven Wischnowsky2000-05-221-33/+53
| | | | (11487)
* fix scrolling in menu-selection with matches spanning multiple linesSven Wischnowsky2000-05-161-20/+73
|
* make menu-select accept the match when typing a non-special character (11401)Sven Wischnowsky2000-05-161-0/+1
|
* make ^G in menu-selection restore the old command line; add select=long* ↵Sven Wischnowsky2000-05-111-2/+2
| | | | values for menu style to start menu-selection if list is too long for screen (11319)
* misc. completion cleanups and changes (11242)Sven Wischnowsky2000-05-081-1/+1
|
* remove backslashes before `$' in _expand when `substitute' is unset; fix for ↵Sven Wischnowsky2000-05-031-1/+1
| | | | clearing end-of-list lines in menu-selection (11110)
* avoid wrapping around both horizontally and vertically at the same time (10992)Sven Wischnowsky2000-04-281-6/+38
|
* better wrap around for cursor movement widgets; avoid flicker when leaving ↵Sven Wischnowsky2000-04-271-6/+48
| | | | menu-selection (10978)
* make menu-selection handle undefined-key (10961)Sven Wischnowsky2000-04-271-0/+2
|
* *** empty log message ***Sven Wischnowsky2000-04-271-1/+1
|
* renamed parameters for menu selection to MENUSELECT, MENUPROMPT and ↵Sven Wischnowsky2000-04-271-12/+18
| | | | MENUSCROLL; no special value for LISTMAX to turn on list scrolling, this is done by setting LISTPROMPT now; default values for LISTPROMPT and MENUPROMPT when set but empty (10959)
* don't show empty hidden matches even in menu-selection (10917)Sven Wischnowsky2000-04-251-0/+6
|
* re-calculate number of line with mark when needed; make default prompts more ↵Sven Wischnowsky2000-04-251-0/+16
| | | | consistent (10916)
* fix off-by-one error in scrolled menu-selections (10868)Sven Wischnowsky2000-04-201-10/+11
|