From ad31ce0db8118be03843711cfe7cf418835fb114 Mon Sep 17 00:00:00 2001 From: Sven Wischnowsky Date: Thu, 27 Apr 2000 08:21:10 +0000 Subject: renamed parameters for menu selection to MENUSELECT, MENUPROMPT and 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) --- Doc/Zsh/compsys.yo | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) (limited to 'Doc/Zsh/compsys.yo') diff --git a/Doc/Zsh/compsys.yo b/Doc/Zsh/compsys.yo index 8267819e3..acaad3cc4 100644 --- a/Doc/Zsh/compsys.yo +++ b/Doc/Zsh/compsys.yo @@ -1273,12 +1273,14 @@ they are listed normally. ) kindex(list-prompt, completion style) item(tt(list-prompt))( -If this style is set to a non-empty value for the tt(default) tag, +If this style is set for the tt(default) tag, completion lists that don't fit on the screen can be scrolled (see ifzman(the description of the tt(zsh/complist) module in zmanref(zshmodules))\ ifnzman(noderef(The zsh/complist Module))\ -). The value will be displayed after every screenful, prompting for a -key press. It may contain the escape `tt(%l)' or `tt(%L)' which will be +). The value, if not the empty string, will be displayed after every +screenful, prompting for a key press. If the value is the empty +string, a default prompt will be used. It may contain the escape +`tt(%l)' or `tt(%L)' which will be replaced by the number of the last line displayed and the total number of lines. A `tt(%m)' or `tt(%M)' will be replaced by the number of the last match shown and the total number of matches and `tt(%p)' and @@ -1588,11 +1590,13 @@ duplicates. ) kindex(select-prompt, completion style) item(tt(select-prompt))( -If this is set to a non-empty string for the tt(default) tag, its +If this is set for the tt(default) tag, its value will be displayed during menu-selection (see the tt(menu) style above) when the completion list does not fit on the screen as a whole. The same escapes as for the tt(list-prompt) style are -understood, but give the number of the match or line the mark is on. +understood, but give the number of the match or line the mark is +on. As for tt(list-prompt), a default prompt is used when the value is +the empty string. ) kindex(select-scroll, completion style) item(tt(select-scroll))( -- cgit 1.4.1