VtRowSnapshot class final

Snapshot of a raw terminal row.

Constructors

VtRowSnapshot({required bool wrap, required bool wrapContinuation, required bool hasGrapheme, required bool styled, required bool hasHyperlink, required GhosttyRowSemanticPrompt semanticPrompt, required bool kittyVirtualPlaceholder, required bool dirty})
const
VtRowSnapshot.fromRaw(DartGhosttyRow row)
factory

Properties

dirty bool
final
hasGrapheme bool
final
hashCode int
The hash code for this object.
no setterinherited
final
isPrompt bool
Whether prompt cells exist in this row and this row is the primary prompt.
no setter
isPromptContinuation bool
Whether prompt cells exist in this row and this row continues a prompt.
no setter
kittyVirtualPlaceholder bool
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
semanticPrompt GhosttyRowSemanticPrompt
final
styled bool
final
wrap bool
final
wrapContinuation bool
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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