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)
|
2001-04-24 01:24:18 +02:00
|
|
|
cindex(termcap value, printing)
|
2000-12-04 00:32:09 +01:00
|
|
|
item(tt(echotc) var(cap) [ var(arg) ... ])(
|
2001-04-24 01:24:18 +02:00
|
|
|
Output the termcap value corresponding to the capability
|
2000-12-04 00:32:09 +01:00
|
|
|
var(cap), with optional arguments.
|
|
|
|
)
|
|
|
|
enditem()
|
2001-04-24 01:24:18 +02:00
|
|
|
|
|
|
|
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()
|