package curses

  1. Overview
  2. Docs

Module Curses.WASource

New series of highlight attributes.

Sourceval normal : int

Normal display (no highlight).

Sourceval attributes : int
Sourceval chartext : int
Sourceval color : int
Sourceval standout : int

Best highlighting mode of the terminal. Same as attron A.standout.

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
Sourceval protect : int
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
Sourceval pair_number : int -> int
OCaml

Innovation. Community. Security.