Enumeration

TermboxOutputMode

Declaration

enum Termbox.OutputMode

Description

Output modes that control how color attributes are interpreted.

Members

TBG_OUTPUT_MODE_CURRENT

Return the current output mode.

  • Value: 0
  • Available since: 0.1
TBG_OUTPUT_MODE_NORMAL

Normal ANSI colors.

  • Value: 1
  • Available since: 0.1
TBG_OUTPUT_MODE_256

256-color mode.

  • Value: 2
  • Available since: 0.1
TBG_OUTPUT_MODE_216

216-color mode.

  • Value: 3
  • Available since: 0.1
TBG_OUTPUT_MODE_GRAYSCALE

Grayscale mode.

  • Value: 4
  • Available since: 0.1
TBG_OUTPUT_MODE_TRUECOLOR

Truecolor mode.

  • Value: 5
  • Available since: 0.1