TerminalControlMessageKind
Indicates the kind of terminal control message received from a remote client.
- Kind:
Enum - Namespace: Repl.Terminal
- Assembly:
Repl.Core - Source: src/Repl.Core/Terminal/TerminalControlMessageKind.cs
Signature
Section titled “Signature”public enum TerminalControlMessageKindFields
Section titled “Fields”Initial capabilities/identity payload emitted when the client connects.
Hello = 0Returns
Section titled “Returns”Resize
Section titled “Resize”Window resize payload emitted when the client terminal dimensions change.
Resize = 1