mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-04 10:41:11 +02:00
14xxx: document $termcap and tweak mod_termcap/mod_terminfo docs
This commit is contained in:
parent
7c45854508
commit
fe8d375ca0
3 changed files with 20 additions and 4 deletions
|
@ -1,3 +1,9 @@
|
||||||
|
2001-04-23 Clint Adams <schizo@debian.org>
|
||||||
|
|
||||||
|
* 14xxx: Doc/Zsh/mod_termcap.yo, Doc/Zsh/mod_terminfo.yo:
|
||||||
|
Document $termcap, change reference to termcap/terminfo
|
||||||
|
'strings' to 'values'.
|
||||||
|
|
||||||
2001-04-23 Andrej Borsenkow <bor@zsh.org>
|
2001-04-23 Andrej Borsenkow <bor@zsh.org>
|
||||||
|
|
||||||
* 14077 : acconfig.h, aczsh.m4, configure.in, Config/defs.mk.in,
|
* 14077 : acconfig.h, aczsh.m4, configure.in, Config/defs.mk.in,
|
||||||
|
|
|
@ -5,9 +5,19 @@ The tt(zsh/termcap) module makes available one builtin command:
|
||||||
|
|
||||||
startitem()
|
startitem()
|
||||||
findex(echotc)
|
findex(echotc)
|
||||||
cindex(termcap string, printing)
|
cindex(termcap value, printing)
|
||||||
item(tt(echotc) var(cap) [ var(arg) ... ])(
|
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.
|
var(cap), with optional arguments.
|
||||||
)
|
)
|
||||||
enditem()
|
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()
|
||||||
|
|
|
@ -5,9 +5,9 @@ The tt(zsh/terminfo) module makes available one builtin command:
|
||||||
|
|
||||||
startitem()
|
startitem()
|
||||||
findex(echoti)
|
findex(echoti)
|
||||||
cindex(terminfo string, printing)
|
cindex(terminfo value, printing)
|
||||||
item(tt(echoti) var(cap))(
|
item(tt(echoti) var(cap))(
|
||||||
Output the terminfo string corresponding to the capability
|
Output the terminfo value corresponding to the capability
|
||||||
var(cap).
|
var(cap).
|
||||||
)
|
)
|
||||||
enditem()
|
enditem()
|
||||||
|
|
Loading…
Reference in a new issue