Handles the :escape state of the terminal parser.
Summary
Functions
Processes input when the parser is in the :escape state.
Functions
@spec handle( Raxol.Terminal.Emulator.t(), Raxol.Terminal.Parser.ParserState.t(), binary() ) :: {:continue, Raxol.Terminal.Emulator.t(), Raxol.Terminal.Parser.ParserState.t(), binary()} | {:incomplete, Raxol.Terminal.Emulator.t(), Raxol.Terminal.Parser.ParserState.t()}
Processes input when the parser is in the :escape state.