VtRenderSnapshot class final
Full high-level snapshot produced from Ghostty render state.
Constructors
-
VtRenderSnapshot({required int cols, required int rows, required GhosttyRenderStateDirty dirty, required VtRenderColors colors, required VtRenderCursorSnapshot cursor, required List<
VtRenderRowSnapshot> rowsData}) -
const
Properties
- colors → VtRenderColors
-
final
- cols → int
-
final
- cursor → VtRenderCursorSnapshot
-
final
- dirty → GhosttyRenderStateDirty
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- rows → int
-
final
-
rowsData
→ List<
VtRenderRowSnapshot> -
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
cellAt(
{required int row, required int column}) → VtRenderCellSnapshot -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
rowAt(
int row) → VtRenderRowSnapshot -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited