- alternateScreen
void alternateScreen(bool val, bool flush)
Undocumented in source. Be warned that the author may not have intended to support it.
- clear
void clear(bool flush)
Undocumented in source. Be warned that the author may not have intended to support it.
- disableRawMode
void disableRawMode(bool flush)
Undocumented in source. Be warned that the author may not have intended to support it.
- enableRawMode
void enableRawMode()
Undocumented in source. Be warned that the author may not have intended to support it.
- flushBuffer
void flushBuffer()
Undocumented in source. Be warned that the author may not have intended to support it.
- getCursorPosition
int getCursorPosition(int rows, int cols)
Undocumented in source. Be warned that the author may not have intended to support it.
- getWindowSize
int getWindowSize(int rows, int cols)
Undocumented in source. Be warned that the author may not have intended to support it.
- keyHit
bool keyHit()
Undocumented in source. Be warned that the author may not have intended to support it.
- moveXPos
void moveXPos(int val, bool flush)
Undocumented in source. Be warned that the author may not have intended to support it.
- moveYPos
void moveYPos(int val, bool flush)
Undocumented in source. Be warned that the author may not have intended to support it.
- pollEvents
Event pollEvents()
Undocumented in source. Be warned that the author may not have intended to support it.
- readBuffer
string readBuffer()
Undocumented in source. Be warned that the author may not have intended to support it.
- readCh
size_t readCh(dchar c)
Undocumented in source. Be warned that the author may not have intended to support it.
- setCursorPos
void setCursorPos(int x, int y, bool flush)
Undocumented in source. Be warned that the author may not have intended to support it.
- setTitle
void setTitle(string title)
Undocumented in source. Be warned that the author may not have intended to support it.
- terminate
void terminate()
- viewCursor
void viewCursor(bool val, bool flush)
Undocumented in source. Be warned that the author may not have intended to support it.
- writeBuffer
void writeBuffer(char[] buf)
Undocumented in source. Be warned that the author may not have intended to support it.
- writeBuffer
void writeBuffer(dchar ch)
Undocumented in source. Be warned that the author may not have intended to support it.
- writeBuffer
void writeBuffer(string str)
Undocumented in source. Be warned that the author may not have intended to support it.
- writeDescriptor
void writeDescriptor(string str)
Undocumented in source. Be warned that the author may not have intended to support it.
- writeDescriptor
void writeDescriptor(const(char*) cstr, size_t len)
Undocumented in source. Be warned that the author may not have intended to support it.
Terminal Struct This struct represents a terminal buffer and a set of functions to manipulate it under the defined i/o descriptors.