Raxol.Terminal.Parser.States.DesignateCharsetState
(Raxol Terminal v2.6.0)
Copy Markdown
View Source
Handles the :designate_charset state of the terminal parser.
Summary
Functions
Processes input when the parser is in the :designate_charset state. Expects a single character designating the character set.
Functions
@spec handle( Raxol.Terminal.Emulator.t(), Raxol.Terminal.Parser.ParserState.t(), binary() ) :: {:continue, Raxol.Terminal.Emulator.t(), Raxol.Terminal.Parser.ParserState.t(), binary()} | {:finished, Raxol.Terminal.Emulator.t(), Raxol.Terminal.Parser.ParserState.t()} | {:incomplete, Raxol.Terminal.Emulator.t(), Raxol.Terminal.Parser.ParserState.t()}
Processes input when the parser is in the :designate_charset state. Expects a single character designating the character set.