ConsoleBuf

Undocumented in source.

Members

Functions

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.

Properties

cursorX
int cursorX [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
cursorY
int cursorY [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
height
int height [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
width
int width [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_chars
ConsoleChar[] _chars;
Undocumented in source.
_cursorX
int _cursorX;
Undocumented in source.
_cursorY
int _cursorY;
Undocumented in source.
_height
int _height;
Undocumented in source.
_width
int _width;
Undocumented in source.

Meta