Enumeration

TermboxInputMode

Declaration

flags Termbox.InputMode

Description

Input mode flags.

Members

TBG_INPUT_MODE_CURRENT

Return the current input mode.

  • Value: 0
  • Available since: 0.1
TBG_INPUT_MODE_ESC

Report Escape as a key.

  • Value: 1
  • Available since: 0.1
TBG_INPUT_MODE_ALT

Report Escape-prefixed input as Alt-modified keys.

  • Value: 2
  • Available since: 0.1
TBG_INPUT_MODE_MOUSE

Enable mouse events.

  • Value: 4
  • Available since: 0.1