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
Details
at line 95
Cursor
setPosition(Position $position)
Position des Cursors absolut setzen
Einige Terminals verwenden 0/0, andere 1/1 als linke oberee Position.
at line 106
Cursor
up(int $count = 1)
Cursor $count Zeilen nach oben bewegen
at line 52
Cursor
down(int $count = 1)
Cursor $count Zeilen nach unte bewegen
at line 63
Cursor
forward(int $count = 1)
Cursor $count Spalten weiter setzen
at line 41
Cursor
backward(int $count)
Cursor $count Spalten zurück bewegen
at line 82
Cursor
savePosition()
Sendet die Control-Sequence zum Speichern der Cursor-Position
at line 72
Cursor
restorePosition()
Sendet die Control-Sequence zum Wiederherstellen der Cursor-Position
at line 123
Position
getPosition()
Aktuelle Position des Cursors
in Cursor at line 164
bool
hasSupport(string $capability)
Unterstützung des Cursors; siehe Konstanten