class VT100 extends Terminal

VT100 Terminal

Properties

static protected array $instances from Terminal
protected Cursor $cursor

Methods

static Terminal
getInstance()

No description

from Terminal
getCursor()

Cursor des Terminals

reset()

Reset

__construct()

No description

Details

in Terminal at line 55
static Terminal getInstance()

Return Value

Terminal

Exceptions

UnsupportedException

at line 59
Cursor getCursor()

Cursor des Terminals

Return Value

Cursor

at line 70
Terminal reset()

Reset

ANSI-Modus aktiviere, Bildschirm löschen und auf schwarz umschalten.

Return Value

Terminal Dieses Objekt

at line 47
__construct()