Token model for parsed ANSI input streams.
AnsiInputTokenExtensionsConvenience helpers for interpreting tokens as common terminal input events.AnsiTokenBase type for tokens produced by AnsiTokenizer.CsiTokenRepresents a CSI (Control Sequence Introducer) sequence, typically of the form ESC [ parameters intermediates final.SgrTokenRepresents a decoded SGR (Select Graphic Rendition) CSI sequence (... m).Ss3TokenRepresents an SS3 (Single Shift 3) sequence of the form ESC O final.TextTokenRepresents plain text with no escape sequences.Provides structured token types and extensions for processing terminal control sequences.