Represents an OSC (Operating System Command) sequence of the form ESC ] code ; data ST (or BEL-terminated).
public OscToken(int Code, string Data, [Nullable((byte)2)] string? Raw = null)
The numeric OSC code.
The raw data portion after the first ;.
Optional raw sequence as encountered.
OSC is used for terminal "out-of-band" features. A common example is OSC 8 hyperlinks.