VtRenderCursorSnapshot class final

Cursor data from a render-state snapshot.

Constructors

VtRenderCursorSnapshot({required GhosttyRenderStateCursorVisualStyle visualStyle, required bool visible, required bool blinking, required bool passwordInput, required bool hasViewportPosition, int? viewportX, int? viewportY, bool? onWideTail})
const

Properties

blinking bool
final
hashCode int
The hash code for this object.
no setterinherited
hasViewportPosition bool
final
isBar bool
Whether this cursor is painted as a vertical bar.
no setter
isBlock bool
Whether this cursor is painted as a filled or hollow block.
no setter
isHollowBlock bool
Whether this cursor is painted as a hollow block outline.
no setter
isUnderline bool
Whether this cursor is painted as an underline.
no setter
onWideTail bool?
final
passwordInput bool
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
viewportX int?
final
viewportY int?
final
visible bool
final
visualStyle GhosttyRenderStateCursorVisualStyle
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