VT100
class VT100 extends Terminal
VT100 Terminal
Properties
static protected array | $instances | from Terminal | |
protected Cursor | $cursor | from Terminal | |
protected AbstractColorPalette | $colorPalette | from Terminal | |
protected handler | $stream | ||
protected Color | $foreground | ||
protected Color | $background | ||
protected bool | $tputSupport |
Methods
string
getDimControlSequence()
Schrift dimmen
string
getResetControlSequence()
Reset
getDimension()
Abmessungen
__construct()
No description
string
getTputCommand()
No description
bool
hasTputFlag()
No description
Details
in Terminal at line 59
static Terminal
getInstance()
Das Terminal wird anhand der Funktionen ausgewählt.
at line 116
Terminal
reset()
at line 125
Terminal
clear()
at line 252
string
getDimControlSequence()
Schrift dimmen
at line 261
string
getResetControlSequence()
Reset
at line 243
Dimension
getDimension()
Abmessungen
at line 234
Cursor
getCursor()
Cursors
in Terminal at line 167
AbstractColorPalette
getColorPalette()
at line 193
Terminal
writeLine(string $text, Color $foreground = null, Color $background = null)
Eine Zeile ausgeben