Enumeration

TermboxColor

Declaration

enum Termbox.Color

Description

Basic terminal colors.

Members

TBG_COLOR_BLACK

Black.

  • Value: 0
  • Available since: 0.1
TBG_COLOR_RED

Red.

  • Value: 1
  • Available since: 0.1
TBG_COLOR_GREEN

Green.

  • Value: 2
  • Available since: 0.1
TBG_COLOR_YELLOW

Yellow.

  • Value: 3
  • Available since: 0.1
TBG_COLOR_BLUE

Blue.

  • Value: 4
  • Available since: 0.1
TBG_COLOR_MAGENTA

Magenta.

  • Value: 5
  • Available since: 0.1
TBG_COLOR_CYAN

Cyan.

  • Value: 6
  • Available since: 0.1
TBG_COLOR_WHITE

White.

  • Value: 7
  • Available since: 0.1