module documentation
(source)

VT102 and VT220 terminal manipulation.
Author
Jp Calderone
Interface ITerminalProtocol No interface docstring; 5/5 methods documented
Interface ITerminalTransport No interface docstring; 41/41 methods documented
Class ClientProtocol No class docstring; 0/6 instance variable, 0/5 class variable, 2/6 methods, 0/1 class documented
Class modes ECMA 48 standardized modes
Class privateModes ANSI-Compatible Private Modes
Class ServerProtocol No class docstring; 0/10 instance variable, 0/6 class variable, 1/55 method, 0/1 class documented
Class TerminalProtocol No class docstring; 0/1 instance variable, 1/6 method documented
Class Vector Undocumented
Function log Undocumented
Variable BLINK Undocumented
Variable BOLD Undocumented
Variable CS_ALTERNATE Undocumented
Variable CS_ALTERNATE_SPECIAL Undocumented
Variable CS_DRAWING Undocumented
Variable CS_UK Undocumented
Variable CS_US Undocumented
Variable CSI Undocumented
Variable CST Undocumented
Variable FUNCTION_KEYS Undocumented
Variable G0 Undocumented
Variable G1 Undocumented
Variable G2 Undocumented
Variable G3 Undocumented
Variable NORMAL Undocumented
Variable REVERSE_VIDEO Undocumented
Variable UNDERLINE Undocumented
Class _const
Variable _KEY_NAMES Undocumented
def log(s): (source)

Undocumented

BLINK: int = (source)

Undocumented

BOLD: int = (source)

Undocumented

CS_ALTERNATE: bytes = (source)

Undocumented

CS_ALTERNATE_SPECIAL: bytes = (source)

Undocumented

CS_DRAWING: bytes = (source)

Undocumented

CS_UK: bytes = (source)

Undocumented

CS_US: bytes = (source)

Undocumented

Undocumented

Undocumented

FUNCTION_KEYS = (source)

Undocumented

Undocumented

Undocumented

Undocumented

Undocumented

NORMAL: int = (source)

Undocumented

REVERSE_VIDEO: int = (source)

Undocumented

UNDERLINE: int = (source)

Undocumented

_KEY_NAMES: tuple[str, ...] = (source)

Undocumented