TERM

Undocumented in source.

Members

Functions

resetColor
void resetColor()
Undocumented in source. Be warned that the author may not have intended to support it.
setColor
void setColor(Color color)
Undocumented in source. Be warned that the author may not have intended to support it.
setColorBright
void setColorBright(bool bright)
Undocumented in source. Be warned that the author may not have intended to support it.
t_beep
void t_beep()
Undocumented in source. Be warned that the author may not have intended to support it.
t_close
void t_close()
Undocumented in source. Be warned that the author may not have intended to support it.
t_eeol
void t_eeol()
Undocumented in source. Be warned that the author may not have intended to support it.
t_eeop
void t_eeop()
Undocumented in source. Be warned that the author may not have intended to support it.
t_flush
void t_flush()
Undocumented in source. Be warned that the author may not have intended to support it.
t_getchar
int t_getchar()
Undocumented in source. Be warned that the author may not have intended to support it.
t_move
void t_move(int row, int col)
Undocumented in source. Be warned that the author may not have intended to support it.
t_open
void t_open()
Undocumented in source. Be warned that the author may not have intended to support it.
t_scrolldn
void t_scrolldn(int first, int last)
Undocumented in source. Be warned that the author may not have intended to support it.
t_scrollup
void t_scrollup(int first, int last)
Undocumented in source. Be warned that the author may not have intended to support it.
t_setcursor
void t_setcursor(int insertmode)
Undocumented in source. Be warned that the author may not have intended to support it.
t_standend
void t_standend()
Undocumented in source. Be warned that the author may not have intended to support it.
t_standout
void t_standout()
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

t_putchar
int t_putchar(int c)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

t_canscroll
bool t_canscroll;
Undocumented in source.
t_ncol
short t_ncol;
Undocumented in source.
t_nrow
short t_nrow;
Undocumented in source.

Meta