about summary refs log tree commit diff
path: root/Src/Zle/complist.c
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* default for list-prompt style, %[MLP] use fixed-width strings, %[mlp] use ↵Sven Wischnowsky2000-04-191-12/+49
| | | | variable-width strings (10816)
* completion list scrolling cleanup; *STATUS renamed to *PROMPT, styles for ↵Sven Wischnowsky2000-04-181-29/+48
| | | | new used parameters, use local keymap when waiting at list-prompt (10801)
* scrolling in completion lists and menu-selection, version1Sven Wischnowsky2000-04-171-324/+1485
|
* Initial revisionTanaka Akira1999-06-271-0/+918