WindowsTerm

Windows API based terminal.

Constructors

this
this(File f)
Undocumented in source.

Members

Functions

applyAttribute
void applyAttribute()
Undocumented in source. Be warned that the author may not have intended to support it.
setAttribute
void setAttribute(Color c)
Undocumented in source. Be warned that the author may not have intended to support it.
setBackgroundColor
void setBackgroundColor(Color c)
Undocumented in source. Be warned that the author may not have intended to support it.
setColor
void setColor(Color fg, Color bg)
Undocumented in source. Be warned that the author may not have intended to support it.
setTextColor
void setTextColor(Color c)
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

isTerm
bool isTerm(File f)

Returns true if f is a Windows console.

Variables

attributes
WORD attributes;
Undocumented in source.
handle
HANDLE handle;
origAttributes
WORD origAttributes;
Undocumented in source.

Inherited Members

From FileTerm

f
File f;
putText
void putText(char[] s)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta