ShellIntegrationMarker

Semantic markers emitted by FinalTerm-style OSC 133 shell integration.

These values describe shell lifecycle boundaries only. They do not imply command history storage, prompt rendering, row anchoring, or UI decorations.

Entries

Link copied to clipboard

The shell is about to print a prompt (OSC 133 ; A ST).

Link copied to clipboard

The shell has finished printing the prompt and user input begins (OSC 133 ; B ST).

Link copied to clipboard

The command line has been accepted and command output is about to begin (OSC 133 ; C ST).

Link copied to clipboard

Command execution has finished (OSC 133 ; D [; exitCode] ST).

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.