summaryrefslogtreecommitdiff
path: root/Src/Zle/complist.c
AgeCommit message (Expand)AuthorFilesLines
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
2000-05-22fix for a-a-m-c in menu selection; scroll explanations onto screen again (11...Sven Wischnowsky1-33/+53
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
2000-05-11make ^G in menu-selection restore the old command line; add select=long* valu...Sven Wischnowsky1-2/+2
2000-05-08misc. completion cleanups and changes (11242)Sven Wischnowsky1-1/+1
2000-05-03remove backslashes before `$' in _expand when `substitute' is unset; fix for ...Sven Wischnowsky1-1/+1
2000-04-28avoid wrapping around both horizontally and vertically at the same time (10992)Sven Wischnowsky1-6/+38
2000-04-27better wrap around for cursor movement widgets; avoid flicker when leaving me...Sven Wischnowsky1-6/+48
2000-04-27make menu-selection handle undefined-key (10961)Sven Wischnowsky1-0/+2
2000-04-27*** empty log message ***Sven Wischnowsky1-1/+1
2000-04-27renamed parameters for menu selection to MENUSELECT, MENUPROMPT and MENUSCROL...Sven Wischnowsky1-12/+18
2000-04-25don't show empty hidden matches even in menu-selection (10917)Sven Wischnowsky1-0/+6
2000-04-25re-calculate number of line with mark when needed; make default prompts more ...Sven Wischnowsky1-0/+16
2000-04-20fix off-by-one error in scrolled menu-selections (10868)Sven Wischnowsky1-10/+11
2000-04-19default for list-prompt style, %[MLP] use fixed-width strings, %[mlp] use var...Sven Wischnowsky1-12/+49
2000-04-18completion list scrolling cleanup; *STATUS renamed to *PROMPT, styles for new...Sven Wischnowsky1-29/+48
2000-04-17scrolling in completion lists and menu-selection, version1Sven Wischnowsky1-324/+1485
1999-06-27Initial revisionTanaka Akira1-0/+918