Cursor
class Cursor extends Cursor
Cursor
Constants
CAPABILITY_CURSOR_BACKWARD |
Fähigkeit des Cursors |
CAPABILITY_CURSOR_FORWARD |
Fähigkeit des Cursors |
CAPABILITY_CURSOR_UP |
Fähigkeit des Cursors |
CAPABILITY_CURSOR_DOWN |
Fähigkeit des Cursors |
CAPABILITY_CURSOR_SETPOSITION |
Fähigkeit des Cursors |
Properties
protected Terminal | $terminal | from Cursor |
Methods
Sendet die Control-Sequence zum Speichern der Cursor-Position
Sendet die Control-Sequence zum Wiederherstellen der Cursor-Position
Aktuelle Position des Cursors
Unterstützung des Cursors
Details
at line 133
Cursor
setPosition(Position $position)
Position des Cursors absolut setzen
Einige Terminals verwenden 0/0, andere 1/1 als linke oberee Position.
at line 73
Cursor
up(int $count = 1)
Cursor $count Zeilen nach oben bewegen
at line 58
Cursor
down(int $count = 1)
Cursor $count Zeilen nach unte bewegen
at line 88
Cursor
forward(int $count = 1)
Cursor $count Spalten weiter setzen
at line 42
Cursor
backward(int $count)
Cursor $count Spalten zurück bewegen
at line 116
Cursor
savePosition()
Sendet die Control-Sequence zum Speichern der Cursor-Position
at line 102
Cursor
restorePosition()
Sendet die Control-Sequence zum Wiederherstellen der Cursor-Position
at line 170
Position
getPosition()
Aktuelle Position des Cursors
at line 203
bool
hasSupport(string $capability)
Unterstützung des Cursors