Module Curses.A


module A: sig .. end
Attributes.

val normal : int
Normal display (no highlight).
val attributes : int
val chartext : int
Bit-mask to extract a character.
val color : int
val standout : int
Best highlighting mode of the terminal.
val underline : int
Underlining.
val reverse : int
Reverse video.
val blink : int
Blinking.
val dim : int
Half bright.
val bold : int
Extra bright or bold.
val altcharset : int
Alternate character set.
val invis : int
Invisible or blank mode.
val protect : int
Protected 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 -> int
Color-pair number n.
val pair_number : int -> int
Get the pair number associated with the color_pair n attribute.