1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-10-03 01:11:37 +02:00
zsh/Doc/Zsh/mod_terminfo.yo

24 lines
498 B
Plaintext
Raw Normal View History

2000-12-04 00:32:09 +01:00
COMMENT(!MOD!zsh/terminfo
Interface to the terminfo database.
!MOD!)
The tt(zsh/terminfo) module makes available one builtin command:
startitem()
findex(echoti)
cindex(terminfo value, printing)
2000-12-04 00:32:09 +01:00
item(tt(echoti) var(cap))(
Output the terminfo value corresponding to the capability
2000-12-04 00:32:09 +01:00
var(cap).
)
enditem()
The tt(zsh/terminfo) module makes available one parameter:
startitem()
vindex(terminfo)
item(tt(terminfo))(
An associative array that maps terminfo capability names to
their values.
)
enditem()