Console

Undocumented in source.

Members

Functions

resetColor
void resetColor()

Reset console attributes to what they were when create() was called.

resetColor
void resetColor()
Undocumented in source. Be warned that the author may not have intended to support it.
resetColor
void resetColor()
Undocumented in source. Be warned that the author may not have intended to support it.
setColor
void setColor(Color color)

Set color and intensity.

setColor
void setColor(Color color)
Undocumented in source. Be warned that the author may not have intended to support it.
setColor
void setColor(Color color)
Undocumented in source. Be warned that the author may not have intended to support it.
setColorBright
void setColorBright(bool bright)

Turn on/off intensity.

setColorBright
void setColorBright(bool bright)
Undocumented in source. Be warned that the author may not have intended to support it.
setColorBright
void setColorBright(bool bright)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

fp
FILE* fp [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
fp
FILE* fp [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
fp
FILE* fp [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

create
Console* create(FILE* fp)

Create an instance of Console connected to stream fp.

create
Console* create(FILE* fp)
Undocumented in source. Be warned that the author may not have intended to support it.
create
Console* create(FILE* fp)
Undocumented in source. Be warned that the author may not have intended to support it.
detectTerminal
bool detectTerminal()

Tries to detect whether DMD has been invoked from a terminal.

detectTerminal
bool detectTerminal()

Tries to detect whether DMD has been invoked from a terminal.

Meta