Raxol.Terminal.Parser.States.CSIEntryState (Raxol v0.5.0)

View Source

Handles the CSI Entry state in the terminal parser. This state is entered after receiving an ESC [ sequence.

Summary

Functions

Handles input in CSI Entry state. Returns the next state and any accumulated data.

Functions

handle(byte, data)

@spec handle(byte(), map()) :: {module(), map()}

Handles input in CSI Entry state. Returns the next state and any accumulated data.