Raxol.Terminal.Parser.States.OSCStringMaybeSTState
(Raxol Terminal v2.6.0)
Copy Markdown
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
@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 :osc_string_maybe_st state.