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>
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.
kind:method, kind:property, kind:ctor. Press Esc to clear.