about summary refs log tree commit diff
path: root/Src/Zle/complist.c
Commit message (Expand)AuthorAgeFilesLines
* add new generic fake style and changes to the C-code for that (different impl...Sven Wischnowsky2002-01-221-4/+5
* make display for groups in _describe nicer; improve packing with list_packed;...Sven Wischnowsky2001-07-251-3/+4
* add list-grouped option to make options and such be grouped together if they ...Sven Wischnowsky2001-07-181-4/+8
* fixes for display bugs for completion lists (cursor left one line to far up o...Sven Wischnowsky2001-06-131-4/+7
* print space/backspace when reacing the last column while printing description...Sven Wischnowsky2001-05-081-1/+4
* 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
* 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 lis...Sven Wischnowsky2000-10-251-2/+3
* avoid printing file type characters in completion lists for matches ending in...Sven Wischnowsky2000-10-241-2/+3
* add _all_matcher completer and supporting C-code for adding a special match r...Sven Wischnowsky2000-10-111-0/+4
* make user defined completion widgets leave menu selection without accepting t...Sven Wischnowsky2000-10-111-2/+8
* change format style with warnings tag, don't add descriptions as matches; mak...Sven Wischnowsky2000-07-031-6/+27
* 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 f...Sven Wischnowsky2000-06-281-1/+7
* allow subscripts for compadd -[ak]; new style for history completion; better ...Sven Wischnowsky2000-06-221-2/+0
* 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
* 11850: Fix crash in menu-select on dumb terminals. Also, a ChangeLog entryBart Schaefer2000-06-101-0/+2
* 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
* fix for a-a-m-c in menu selection; scroll explanations onto screen again (11...Sven Wischnowsky2000-05-221-33/+53
* 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* valu...Sven Wischnowsky2000-05-111-2/+2
* 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
* 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 me...Sven Wischnowsky2000-04-271-6/+48
* 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 MENUSCROL...Sven Wischnowsky2000-04-271-12/+18
* 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
* fix off-by-one error in scrolled menu-selections (10868)Sven Wischnowsky2000-04-201-10/+11
* default for list-prompt style, %[MLP] use fixed-width strings, %[mlp] use var...Sven Wischnowsky2000-04-191-12/+49
* completion list scrolling cleanup; *STATUS renamed to *PROMPT, styles for new...Sven Wischnowsky2000-04-181-29/+48
* scrolling in completion lists and menu-selection, version1Sven Wischnowsky2000-04-171-324/+1485
* Initial revisionTanaka Akira1999-06-271-0/+918