Module tinf::cap [] [src]

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_ replaces in
  • if_ replaces if
  • OTbs_b replaces boolean OTbs
  • OTbs_s replaces string OTbs

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.