summaryrefslogtreecommitdiff
path: root/Src/Zle/complete.c
AgeCommit message (Collapse)AuthorFilesLines
2000-04-27fix for parse error with left-anchored patterns (10963)Sven Wischnowsky1-1/+1
2000-04-27renamed parameters for menu selection to MENUSELECT, MENUPROMPT and ↵Sven Wischnowsky1-7/+7
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)
2000-04-26allow to anchor on gaps between strings in matching control specs (10926)Sven Wischnowsky1-1/+21
2000-04-17scrolling in completion lists and menu-selection, version1Sven Wischnowsky1-5/+6
2000-04-01Updated from list as far as 10376Peter Stephenson1-195/+241
1999-10-26Initial revisionTanaka Akira1-0/+1332