CryTUI::InputParser
Incremental VT input parser for the keys used by obsctl. It accepts chunks because escape sequences and UTF-8 input may straddle reads.
Constants
PASTE_END = "\e[201~"
PASTE_START = "\e[200~"
Constructors
new
SourceIncremental VT input parser for the keys used by obsctl. It accepts chunks because escape sequences and UTF-8 input may straddle reads.