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)
|
2001-04-24 01:24:18 +02:00
|
|
|
cindex(terminfo value, printing)
|
2003-03-25 06:33:18 +01:00
|
|
|
item(tt(echoti) var(cap) [ var(arg) ])(
|
2001-04-24 01:24:18 +02:00
|
|
|
Output the terminfo value corresponding to the capability
|
2003-03-25 06:33:18 +01:00
|
|
|
var(cap), instantiated with var(arg) if applicable.
|
2000-12-04 00:32:09 +01:00
|
|
|
)
|
|
|
|
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()
|