diff options
Diffstat (limited to 'Doc/Zsh/mod_termcap.yo')
-rw-r--r-- | Doc/Zsh/mod_termcap.yo | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/Doc/Zsh/mod_termcap.yo b/Doc/Zsh/mod_termcap.yo index 46ce79d68..86f38bd55 100644 --- a/Doc/Zsh/mod_termcap.yo +++ b/Doc/Zsh/mod_termcap.yo @@ -5,9 +5,19 @@ The tt(zsh/termcap) module makes available one builtin command: startitem() findex(echotc) -cindex(termcap string, printing) +cindex(termcap value, printing) item(tt(echotc) var(cap) [ var(arg) ... ])( -Output the termcap string corresponding to the capability +Output the termcap value corresponding to the capability var(cap), with optional arguments. ) enditem() + +The tt(zsh/termcap) module makes available one parameter: + +startitem() +vindex(termcap) +item(tt(termcap))( +An associative array that maps termcap capability codes to +their values. +) +enditem() |