Raxol.Terminal.Parser.States.EscapeState (Raxol v2.0.1)
View SourceHandles 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()} | {:handled, Raxol.Terminal.Emulator.t()}
Processes input when the parser is in the :escape state.