Skip to content

TerminalControlMessageKind

Indicates the kind of terminal control message received from a remote client.

public enum TerminalControlMessageKind

Initial capabilities/identity payload emitted when the client connects.

Hello = 0

TerminalControlMessageKind

Window resize payload emitted when the client terminal dimensions change.

Resize = 1

TerminalControlMessageKind