# Functions
Clear clears the screen with the given attributes.
Close cleans up the terminal, restoring terminal modes, etc.
Flush updates the screen.
HideCursor hides the terminal cursor.
Init initializes the screen for use.
Interrupt posts an interrupt event.
ParseEvent is not supported.
PollEvent blocks until an event is ready, and then returns it.
PollRawEvent is not supported.
SetCell sets the character cell at a given location to the given content (rune) and attributes.
SetCursor displays the terminal cursor at the given location.
SetInputMode does not do anything in this version.
SetOutputMode is used to set the color palette used.
Size returns the screen size as width, height in character cells.
Sync forces a resync of the screen.
# Constants
Other attributes.
Other attributes.
Other attributes.
Colors first.
Colors first.
Colors first.
Colors first.
Colors first.
Colors first.
Colors first.
Colors first.
Colors first.
Event types.
Event types.
Event types.
Event types.
Event types.
Event types.
Event types.
Unused input modes; here for compatibility.
Unused input modes; here for compatibility.
Unused input modes; here for compatibility.
Unused input modes; here for compatibility.
Keys codes.
Keys codes.
Keys codes.
Keys codes.
Keys codes.
Keys codes.
Keys codes.
Keys codes.
Keys codes.
Keys codes.
Keys codes.
Keys codes.
Keys codes.
Keys codes.
Keys codes.
Keys codes.
Keys codes.
Keys codes.
Keys codes.
Keys codes.
Keys codes.
Keys codes.
Keys codes.
Keys codes.
Keys codes.
Keys codes.
Keys codes.
Keys codes.
Keys codes.
Keys codes.
Keys codes.
Keys codes.
Keys codes.
Keys codes.
Keys codes.
Keys codes.
Keys codes.
Keys codes.
termbox defines a bunch of weird ones, don't use them.
Keys codes.
Keys codes.
Keys codes.
Keys codes.
Keys codes.
Keys codes.
Keys codes.
Keys codes.
Keys codes.
Keys codes.
Keys codes.
Keys codes.
Keys codes.
Keys codes.
Keys codes.
Keys codes.
Keys codes.
Keys codes.
Keys codes.
Keys codes.
Keys codes.
Keys codes.
Keys codes.
Keys codes.
Keys codes.
Keys codes.
Keys codes.
Keys codes.
Keys codes.
Keys codes.
Modifiers.
arbitrary assignments.
Keys codes.
Keys codes.
Keys codes.
Keys codes.
Keys codes.
OutputMode values.
OutputMode values.
OutputMode values.
OutputMode values.
OutputMode values.
# Type aliases
Attribute affects the presentation of characters, such as color, boldness, and so forth.
EventType represents the type of event.
InputMode is not used.
Key is a key press.
Modifier represents the possible modifier keys.
OutputMode represents an output mode, which determines how colors are used.