File: mod_termcap.yo

package info (click to toggle)
zsh 4.3.10-14
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 18,996 kB
  • ctags: 8,081
  • sloc: ansic: 92,269; sh: 5,580; makefile: 844; perl: 619; awk: 381; sed: 16
file content (23 lines) | stat: -rw-r--r-- 531 bytes parent folder | download | duplicates (18)
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/termcap
Interface to the termcap database.
!MOD!)
The tt(zsh/termcap) module makes available one builtin command:

startitem()
findex(echotc)
cindex(termcap value, printing)
item(tt(echotc) var(cap) [ var(arg) ... ])(
Output the termcap value corresponding to the capability
var(cap), with optional arguments.
)
enditem()

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()