termbox

Undocumented in source.

Public Imports

color
public import color;
Undocumented in source.
keyboard
public import keyboard;
Undocumented in source.

Members

Enums

Error
enum Error
Undocumented in source.
EventType
enum EventType
Undocumented in source.
InputMode
enum InputMode
Undocumented in source.
OutputMode
enum OutputMode
Undocumented in source.

Functions

cellBuffer
Cell* cellBuffer()
Undocumented in source. Be warned that the author may not have intended to support it.
charLength
int charLength(char c)
Undocumented in source. Be warned that the author may not have intended to support it.
charToUnicode
int charToUnicode(uint* out_, char* c)
Undocumented in source. Be warned that the author may not have intended to support it.
clear
void clear()
Undocumented in source. Be warned that the author may not have intended to support it.
flush
void flush()
Undocumented in source. Be warned that the author may not have intended to support it.
height
int height()
Undocumented in source. Be warned that the author may not have intended to support it.
hideCursor
void hideCursor()
Undocumented in source. Be warned that the author may not have intended to support it.
init
int init()
Undocumented in source. Be warned that the author may not have intended to support it.
peekEvent
int peekEvent(Event* event, int timeout)
Undocumented in source. Be warned that the author may not have intended to support it.
pollEvent
int pollEvent(Event* event)
Undocumented in source. Be warned that the author may not have intended to support it.
putCell
void putCell(int x, int y, Cell* cell)
Undocumented in source. Be warned that the author may not have intended to support it.
setCell
void setCell(int x, int y, uint ch, ushort fg, ushort bg)
Undocumented in source. Be warned that the author may not have intended to support it.
setClearAttributes
void setClearAttributes(ushort fg, ushort bg)
Undocumented in source. Be warned that the author may not have intended to support it.
setCursor
void setCursor(int cx, int cy)
Undocumented in source. Be warned that the author may not have intended to support it.
setInputMode
int setInputMode(InputMode mode)
Undocumented in source. Be warned that the author may not have intended to support it.
setOutputMode
int setOutputMode(OutputMode mode)
Undocumented in source. Be warned that the author may not have intended to support it.
shutdown
void shutdown()
Undocumented in source. Be warned that the author may not have intended to support it.
unicodeToChar
int unicodeToChar(char* out_, uint c)
Undocumented in source. Be warned that the author may not have intended to support it.
width
int width()
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

TB_EOF
enum TB_EOF;
Undocumented in source.

Structs

Cell
struct Cell
Undocumented in source.
Event
struct Event
Undocumented in source.

Meta