Raxol.Terminal.Parser.States.OSCStringMaybeSTState (Raxol v0.4.0)

View Source

Handles the :osc_string_maybe_st state of the terminal parser.

Summary

Functions

Processes input when the parser is in the :osc_string_maybe_st state.

Functions

handle(emulator, parser_state, input)

@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 :osc_string_maybe_st state.