GhosttyTerminalRendererMode enum

Paint backend used by GhosttyTerminalView.

Inheritance
Available extensions

Values

formatter → const GhosttyTerminalRendererMode

Formatter/snapshot-driven painting. This remains the default because it currently gives the best fidelity for dense TUIs and scrollback content.

renderState → const GhosttyTerminalRendererMode

Native Ghostty render-state painting for the live viewport.

This is useful for exercising the newer screen/render APIs without making it the default path until feature parity is tighter.

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
name String

Available on Enum, provided by the EnumName extension

The name of the enum value.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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

Constants

values → const List<GhosttyTerminalRendererMode>
A constant List of the values in this enum, in order of their declaration.