module A:sig..end
Attributes.
val normal : intNormal display (no highlight).
val attributes : int
val chartext : intBit-mask to extract a character.
val color : int
val standout : intBest highlighting mode of the terminal.
val underline : intUnderlining.
val reverse : intReverse video.
val blink : intBlinking.
val dim : intHalf bright.
val bold : intExtra bright or bold.
val altcharset : intAlternate character set.
val invis : intInvisible or blank mode.
val protect : intProtected mode.
val horizontal : int
val left : int
val low : int
val right : int
val top : int
val vertical : int
val combine : int list -> int
val color_pair : int -> intColor-pair number n.
val pair_number : int -> intGet the pair number associated with the color_pair n attribute.