VtRenderRowCursor class final

Live row cursor over Ghostty render-state iteration.

Instances of this type are transient and should only be used inside VtRenderState.visitRows.

Properties

dirty bool
Whether this row is currently marked dirty.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
raw VtRowSnapshot
The raw metadata snapshot for this row.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

createCellsCursor() VtRenderRowCellsCursor
Creates a live cell cursor for this row.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
visitCells(void visitor(VtRenderRowCellsCursor cells)) → void
Visits this row's live cell cursor and closes it after visitor returns.

Operators

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