ShellIntegrationEvent

data class ShellIntegrationEvent(val marker: ShellIntegrationMarker, val exitCode: Int? = null)

Host-facing OSC 133 shell integration event.

Constructors

Link copied to clipboard
constructor(marker: ShellIntegrationMarker, exitCode: Int? = null)

Properties

Link copied to clipboard

optional process exit status for ShellIntegrationMarker.COMMAND_FINISHED.

Link copied to clipboard

shell lifecycle marker.