Raw
class Raw extends Terminal
Raw Terminal
Properties
static protected array | $instances | from Terminal | |
protected Cursor | $cursor | from Terminal | |
protected AbstractColorPalette | $colorPalette | from Terminal | |
protected handler | $stream |
Methods
string
getDimControlSequence()
Schrift dimmen
string
getResetControlSequence()
Reset
getDimension()
Abmessungen
__construct()
No description
Details
in Terminal at line 59
static Terminal
getInstance()
Das Terminal wird anhand der Funktionen ausgewählt.
at line 66
Terminal
reset()
at line 74
Terminal
clear()
at line 115
string
getDimControlSequence()
Schrift dimmen
at line 124
string
getResetControlSequence()
Reset
at line 106
Dimension
getDimension()
Abmessungen
at line 97
Cursor
getCursor()
Cursors
in Terminal at line 167
AbstractColorPalette
getColorPalette()
at line 83
Terminal
writeLine(string $text, Color $foreground = null, Color $background = null)
Eine Zeile ausgeben