package curses

  1. Overview
  2. Docs

Module Curses.ASource

Attributes.

Sourceval normal : int

Normal display (no highlight).

Sourceval attributes : int
Sourceval chartext : int

Bit-mask to extract a character.

Sourceval color : int
Sourceval standout : int

Best highlighting mode of the terminal.

Sourceval underline : int

Underlining.

Sourceval reverse : int

Reverse video.

Blinking.

Sourceval dim : int

Half bright.

Sourceval bold : int

Extra bright or bold.

Sourceval altcharset : int

Alternate character set.

Sourceval invis : int

Invisible or blank mode.

Sourceval protect : int

Protected mode.

Sourceval horizontal : int
Sourceval left : int
Sourceval low : int
Sourceval right : int
Sourceval top : int
Sourceval vertical : int
Sourceval combine : int list -> int
Sourceval color_pair : int -> int

Color-pair number n.

Sourceval pair_number : int -> int

Get the pair number associated with the color_pair n attribute.