Ss3Token Class

Definition

Represents an SS3 (Single Shift 3) sequence of the form ESC O final.

[NullableContext((byte)2)]
[Nullable((byte)0)]
public sealed record Ss3Token : AnsiToken, IEquatable<AnsiToken>, IEquatable<Ss3Token>

Remarks

SS3 is commonly used for input sequences in terminals (e.g. arrow keys in application mode and F1–F4). This tokenizer keeps the token syntactic so callers can interpret the final byte as needed.

Tip: use kind:method, kind:property, kind:ctor. Press Esc to clear.

Constructors (1)

Properties (3)

Methods (8)

Operators (2)

Extensions (1)