Raxol.Terminal.Parser.States.EscapeState (Raxol v0.2.0)
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.State.t(), binary()) :: {:continue, Raxol.Terminal.Emulator.t(), Raxol.Terminal.Parser.State.t(), binary()} | {:handled, Raxol.Terminal.Emulator.t()}
Processes input when the parser is in the :escape state.