GhosttyOscCommandType enum

OSC command types.

@ingroup osc

Inheritance
Available extensions

Values

GHOSTTY_OSC_COMMAND_INVALID → const GhosttyOscCommandType
const GhosttyOscCommandType(0)
GHOSTTY_OSC_COMMAND_CHANGE_WINDOW_TITLE → const GhosttyOscCommandType
const GhosttyOscCommandType(1)
GHOSTTY_OSC_COMMAND_CHANGE_WINDOW_ICON → const GhosttyOscCommandType
const GhosttyOscCommandType(2)
GHOSTTY_OSC_COMMAND_SEMANTIC_PROMPT → const GhosttyOscCommandType
const GhosttyOscCommandType(3)
GHOSTTY_OSC_COMMAND_CLIPBOARD_CONTENTS → const GhosttyOscCommandType
const GhosttyOscCommandType(4)
GHOSTTY_OSC_COMMAND_REPORT_PWD → const GhosttyOscCommandType
const GhosttyOscCommandType(5)
GHOSTTY_OSC_COMMAND_MOUSE_SHAPE → const GhosttyOscCommandType
const GhosttyOscCommandType(6)
GHOSTTY_OSC_COMMAND_COLOR_OPERATION → const GhosttyOscCommandType
const GhosttyOscCommandType(7)
GHOSTTY_OSC_COMMAND_KITTY_COLOR_PROTOCOL → const GhosttyOscCommandType
const GhosttyOscCommandType(8)
GHOSTTY_OSC_COMMAND_SHOW_DESKTOP_NOTIFICATION → const GhosttyOscCommandType
const GhosttyOscCommandType(9)
const GhosttyOscCommandType(10)
const GhosttyOscCommandType(11)
GHOSTTY_OSC_COMMAND_CONEMU_SLEEP → const GhosttyOscCommandType
const GhosttyOscCommandType(12)
GHOSTTY_OSC_COMMAND_CONEMU_SHOW_MESSAGE_BOX → const GhosttyOscCommandType
const GhosttyOscCommandType(13)
GHOSTTY_OSC_COMMAND_CONEMU_CHANGE_TAB_TITLE → const GhosttyOscCommandType
const GhosttyOscCommandType(14)
GHOSTTY_OSC_COMMAND_CONEMU_PROGRESS_REPORT → const GhosttyOscCommandType
const GhosttyOscCommandType(15)
GHOSTTY_OSC_COMMAND_CONEMU_WAIT_INPUT → const GhosttyOscCommandType
const GhosttyOscCommandType(16)
GHOSTTY_OSC_COMMAND_CONEMU_GUIMACRO → const GhosttyOscCommandType
const GhosttyOscCommandType(17)
GHOSTTY_OSC_COMMAND_CONEMU_RUN_PROCESS → const GhosttyOscCommandType
const GhosttyOscCommandType(18)
GHOSTTY_OSC_COMMAND_CONEMU_OUTPUT_ENVIRONMENT_VARIABLE → const GhosttyOscCommandType
const GhosttyOscCommandType(19)
GHOSTTY_OSC_COMMAND_CONEMU_XTERM_EMULATION → const GhosttyOscCommandType
const GhosttyOscCommandType(20)
GHOSTTY_OSC_COMMAND_CONEMU_COMMENT → const GhosttyOscCommandType
const GhosttyOscCommandType(21)
GHOSTTY_OSC_COMMAND_KITTY_TEXT_SIZING → const GhosttyOscCommandType
const GhosttyOscCommandType(22)

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
value int
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

Static Methods

fromValue(int value) GhosttyOscCommandType

Constants

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