Terminal
abstract class TerminalA terminal output target.
Instance members
void
destroy()
virtual
Releases this terminal object when it owns storage.
void
void
void
void
void
void
setBackground(Color color)
property
void
setBackgroundIndex(byte index)
property
void
setBackgroundRgb(RgbColor color)
property
void
setBold(bool value)
property
void
setCrossedOut(bool value)
property
void
void
setDim(bool value)
property
void
setDoubleUnderlined(bool value)
property
void
setEncircled(bool value)
property
void
setForeground(Color color)
property
void
setForegroundIndex(byte index)
property
void
setForegroundRgb(RgbColor color)
property
void
setFramed(bool value)
property
void
setHidden(bool value)
property
void
setItalic(bool value)
property
void
setOverlined(bool value)
property
void
setRapidBlink(bool value)
property
void
setReverse(bool value)
property
void
void
setSlowBlink(bool value)
property
void
setTitle(const char[] title)
property
void
setUndercurled(bool value)
property
void
setUnderdashed(bool value)
property
void
setUnderdotted(bool value)
property
void
setUnderline(Color color)
property
void
setUnderlined(bool value)
property
void
setUnderlineIndex(byte index)
property
void
setUnderlineRgb(RgbColor color)
property
void
void
write(...)
overload
void
Writes this terminal as queued output to another terminal.
void
Writes raw bytes to this terminal.
Static members
Terminal*
Creates a queued terminal command buffer.
TerminalSize
Terminal*
getStderr()
property
Returns the standard-error terminal.
Terminal*
getStdout()
property
Returns the standard-output terminal.
WindowSize
bool
bool
bool
Generated with campc 0.11.0-preview.1.