aurorafw v0.0.1-alpha.4 (2019-12-08T19:02:26Z)
Dub
Repo
TerminalWindow
aurorafw
cli
terminal
window
Undocumented in source.
@
safe
class
TerminalWindow {
this
(TerminalWindow twin);
this
(int rows, int cols, int x, int y);
this
(WINDOW* parent, int rows, int cols, int x, int y);
~this
();
void
draw
();
int
resize
(int rows, int cols);
int
move
(int x, int y);
}
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
Source
See Implementation
aurorafw
cli
terminal
window
classes
TerminalWindow
TerminalWindowException