Osc class sealed

An operating system command: OSC ... ST, the escape codes that talk to the terminal rather than to the screen.

The one this package names is OscLink; the rest come back OscUnknown.

Inheritance
Implementers

Properties

hashCode int
The hash code for this object.
no setterinherited
id String
What this code is called, as Parser.showControlFunctions writes it.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
string String
The piece of the string this stands for, as it was written.
finalinherited
terminated bool
A BEL ends an OSC — xterm's terminator, kept because the strings written with it are everywhere — where it ends no other control string.
no setteroverride

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
toStringAsControlCodes() String
The sequence with its control codes spelt out by their abbreviations: [ESC][ where the bytes are.
inherited
toStringAsEscapeSequences() String
The sequence read out as the standard reads it: [CSI 4 CUU].
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited