about summary refs log tree commit diff
path: root/Doc/Zsh/mod_terminfo.yo
blob: 9e0e6665a04f5d7942b417ee61bcc72160a603fd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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 string, printing)
item(tt(echoti) var(cap))(
Output the terminfo string corresponding to the capability
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()