tagion.utils.Term

Undocumented in source.

Members

Enums

BLACK
anonymousenum BLACK
Undocumented in source.
Color
enum Color
Undocumented in source.
Cursor
enum Cursor
Undocumented in source.
Mode
enum Mode
Undocumented in source.

Functions

cfmakeraw
void cfmakeraw(termios* termios_p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
code
string code(Color c, bool background, bool bright)
Undocumented in source. Be warned that the author may not have intended to support it.
code
string code(Cursor c, uint n)
Undocumented in source. Be warned that the author may not have intended to support it.
code
string code(Mode m)
Undocumented in source. Be warned that the author may not have intended to support it.
linePos
string linePos(size_t pos)
Undocumented in source. Be warned that the author may not have intended to support it.
setCursor
string setCursor(uint row, uint column)
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

restoreCursorPos
enum restoreCursorPos;

Restores the cursor to the last saved position

saveCursorPos
enum saveCursorPos;

Saves the current cursor position

Structs

KeyStroke
struct KeyStroke
Undocumented in source.

Meta