TerminalWindow

Undocumented in source.

Constructors

this
this(TerminalWindow twin)
Undocumented in source.
this
this(int rows, int cols, int x, int y)
Undocumented in source.
this
this(WINDOW* parent, int rows, int cols, int x, int y)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

draw
void draw()
Undocumented in source. Be warned that the author may not have intended to support it.
move
int move(int x, int y)
Undocumented in source. Be warned that the author may not have intended to support it.
resize
int resize(int rows, int cols)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta