- clear
void clear(ConsoleChar ch)
Undocumented in source. Be warned that the author may not have intended to support it.
- copyFrom
void copyFrom(ConsoleBuf buf)
Undocumented in source. Be warned that the author may not have intended to support it.
- get
ConsoleChar get(int x, int y)
Undocumented in source. Be warned that the author may not have intended to support it.
- line
ConsoleChar[] line(int y)
Undocumented in source. Be warned that the author may not have intended to support it.
- resize
void resize(int w, int h)
Undocumented in source. Be warned that the author may not have intended to support it.
- scrollUp
void scrollUp(uint attr)
Undocumented in source. Be warned that the author may not have intended to support it.
- set
void set(int x, int y, ConsoleChar ch)
Undocumented in source. Be warned that the author may not have intended to support it.
- setCursor
void setCursor(int x, int y)
Undocumented in source. Be warned that the author may not have intended to support it.
- write
void write(dstring str, uint attr)
Undocumented in source. Be warned that the author may not have intended to support it.
- writeChar
void writeChar(dchar ch, uint attr)
Undocumented in source. Be warned that the author may not have intended to support it.