VtModes class final

Named terminal modes exposed by Ghostty.

Use these constants with VtTerminal.getMode, VtTerminal.setMode, and GhosttyVt.encodeModeReport instead of manually packing raw mode values.

Properties

hashCode int
The hash code for this object.
no setterinherited
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

altEscPrefix → const VtMode
altScreen → const VtMode
altScreenLegacy → const VtMode
altScreenSave → const VtMode
altScroll → const VtMode
altSendsEsc → const VtMode
anyMouse → const VtMode
autorepeat → const VtMode
bracketedPaste → const VtMode
buttonMouse → const VtMode
colorSchemeReport → const VtMode
column132 → const VtMode
cursorBlinking → const VtMode
cursorKeys → const VtMode
cursorVisible → const VtMode
enableMode3 → const VtMode
focusEvent → const VtMode
graphemeCluster → const VtMode
inBandResize → const VtMode
insert → const VtMode
kam → const VtMode
keypadKeys → const VtMode
leftRightMargin → const VtMode
linefeed → const VtMode
normalMouse → const VtMode
numlockKeypad → const VtMode
origin → const VtMode
reverseColors → const VtMode
reverseWrap → const VtMode
reverseWrapExt → const VtMode
saveCursor → const VtMode
sgrMouse → const VtMode
sgrPixelsMouse → const VtMode
slowScroll → const VtMode
srm → const VtMode
syncOutput → const VtMode
urxvtMouse → const VtMode
utf8Mouse → const VtMode
wraparound → const VtMode
x10Mouse → const VtMode