Minimal controller surface shared by terminal view implementations.
This intentionally stays focused on session I/O and viewport sizing. It is the contract both the formatter-backed controller and the UV-backed controller can satisfy today without forcing a shared paint model.
- Implemented types
- Implementers
Properties
Methods
-
addListener(
VoidCallback listener) → void -
Register a closure to be called when the object notifies its listeners.
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
removeListener(
VoidCallback listener) → void -
Remove a previously registered closure from the list of closures that the
object notifies.
inherited
-
resize(
{required int cols, required int rows}) → void -
toString(
) → String -
A string representation of this object.
inherited
-
write(
String text, {bool sanitizePaste = false}) → bool -
writeBytes(
List< int> bytes) → bool
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited