GhosttyTerminalSessionController class abstract interface

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

cols int
no setter
hashCode int
The hash code for this object.
no setterinherited
isRunning bool
no setter
revision int
no setter
rows int
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String
no setter

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