Skip to content

ShellIntegrationMode

Controls whether shell-integration lifecycle marks (OSC 133 / OSC 633) are emitted around the interactive prompt and command execution.

public enum ShellIntegrationMode

Always emit marks on ANSI-capable interactive output.

Always = 1

ShellIntegrationMode

Emit marks when the terminal is known to render them (capability or environment detection).

Auto = 0

ShellIntegrationMode

Never emit marks.

Never = 2

ShellIntegrationMode