mirror of
git://git.code.sf.net/p/zsh/code
synced 2024-11-19 13:33:52 +01:00
fix for list-prompt docs (12229)
This commit is contained in:
parent
d861bb9805
commit
046f5da3aa
@ -1,5 +1,7 @@
|
||||
2000-07-12 Sven Wischnowsky <wischnow@zsh.org>
|
||||
|
||||
* 12229: Doc/Zsh/compsys.yo: fix for list-prompt docs
|
||||
|
||||
* 12228: Src/hist.c, Src/lex.c: fix for (z) flag, don't take # as
|
||||
comment
|
||||
|
||||
|
@ -1470,7 +1470,8 @@ 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, if not the empty string, will be displayed after every
|
||||
screenful and the shell will prompt for a key press; if the style is unset,
|
||||
screenful and the shell will prompt for a key press; if the style is
|
||||
set to the empty string,
|
||||
a default prompt will be used. The value may contain the escape sequences
|
||||
`tt(%l)' or `tt(%L)', which will be replaced by the number of the last line
|
||||
displayed and the total number of lines; `tt(%m)' or `tt(%M)', which will
|
||||
|
Loading…
Reference in New Issue
Block a user