mirror of
git://git.code.sf.net/p/zsh/code
synced 2024-11-20 05:53:52 +01:00
14 lines
341 B
Plaintext
14 lines
341 B
Plaintext
|
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 string, printing)
|
||
|
item(tt(echotc) var(cap) [ var(arg) ... ])(
|
||
|
Output the termcap string corresponding to the capability
|
||
|
var(cap), with optional arguments.
|
||
|
)
|
||
|
enditem()
|