[−][src]Module tinf::cap
Terminfo capability names.
The names for predefined capbilities are used as indices into a
Desc
.
Boolean
, Number
, and
String
contain the complete list of names
(and short names) for each type of capability: they are the same
as those used by the ncurses library, with the following
replacements:
in_
replacesin
if_
replacesif
OTbs_b
replaces booleanOTbs
OTbs_s
replaces stringOTbs
Structs
BoolIter | |
Boolean | Boolean capability names. |
Cap | A generic capability name / value pair. |
NumIter | |
Number | Numeric capability names. |
StrIter | |
String | String capability names. |
UserDef | A name of a user-defined capability. |