class

CryTUI::InputParser

Inherits Reference < Object

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

Instance methods

feed(chunk : String) : Array(InputEvent)
Source
flush_escape

Resolve a lone escape byte after the caller's escape-delay expires.

Source