ExTermbox v0.3.1 ExTermbox.Constants View Source
Defines constants from the termbox library. These can be used e.g. to set a formatting attributes or to identify keys passed in an event.
Link to this section Summary
Link to this section Types
Link to this type
color()
View Source
color()
View Source
color() :: 0..8
color() :: 0..8
Link to this type
input_mode()
View Source
input_mode()
View Source
input_mode() :: 0 | 1 | 2 | 4
input_mode() :: 0 | 1 | 2 | 4
Link to this type
output_mode()
View Source
output_mode()
View Source
output_mode() :: 0..4
output_mode() :: 0..4
Link to this section Functions
Link to this function
attribute(k) View Source
Link to this function
attributes() View Source
Link to this function
color(k) View Source
Link to this function
colors() View Source
Link to this function
error_code(k) View Source
Link to this function
error_codes() View Source
Link to this function
event_type(k) View Source
Link to this function
event_types() View Source
Link to this function
hide_cursor() View Source
Link to this function
input_mode(k) View Source
Link to this function
input_modes() View Source
Link to this function
key(k) View Source
Link to this function
keys() View Source
Link to this function
output_mode(k) View Source
Link to this function