Module termbox::attributes [] [src]

Contains the Attribute type and attribute constants. All constants defined here are valid only for OutputMode::Normal.

Constants

BLACK
BLUE
BOLD

Use a lighter variation of one of the standard colors.

CYAN
DEFAULT
GREEN
MAGENTA
RED
REVERSE
UNDERLINE

Put an underline under the displayed character if the terminal supports it.

WHITE
YELLOW

Type Definitions

Attribute

Determines the appearance of a character cell. Each cell has a foreground attribute and a background attribute.