A terminal backend that maintains a rendering buffer.
- Implemented types
Properties
- buffer ↔ Buffer?
-
The buffer used by the backend.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- isWindows → bool
-
Whether the host platform is Windows.
no setterinherited
-
rawInput
→ Stream<
List< int> > -
Stream of raw input bytes from the terminal.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
size
→ Point<
int> -
Retrieves the current terminal size.
no setterinherited
Methods
-
disableRawMode(
) → void -
Restores terminal configuration.
inherited
-
dispose(
) → void -
Cleans up resources.
inherited
-
enableRawMode(
) → void -
Configures raw mode.
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
watchSize(
) → Stream< Point< int> > -
Watches terminal size changes.
inherited
-
write(
String data) → void -
Writes output data back to the terminal.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited