1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-09-22 03:40:47 +02:00
zsh/Doc/Zsh/mod_termcap.yo

24 lines
531 B
Plaintext
Raw Normal View History

2000-12-04 00:32:09 +01:00
COMMENT(!MOD!zsh/termcap
Interface to the termcap database.
!MOD!)
The tt(zsh/termcap) module makes available one builtin command:
startitem()
findex(echotc)
cindex(termcap value, printing)
2000-12-04 00:32:09 +01:00
item(tt(echotc) var(cap) [ var(arg) ... ])(
Output the termcap value corresponding to the capability
2000-12-04 00:32:09 +01:00
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()