facf0c92e0
Red Bear OS is a full fork. All sources must be available from git clone with zero network access. Removed gitignore rules that excluded fetched source trees under recipes/*/source/, local/recipes/kde/*/source/, local/recipes/qt/*/source/, and vendor source trees. Build artifacts (target/, build/, source.tar, *.o, *.so) remain excluded. 127291 files added — kernel, relibc, base, bootloader, pkgar, all KDE/Qt frameworks, mesa, wayland, DRM drivers, and every other recipe source.
24 lines
531 B
Plaintext
24 lines
531 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 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()
|