Raxol.Terminal.Commands.CSIHandlers (Raxol v0.5.0)
View SourceHandlers for CSI (Control Sequence Introducer) commands.
Summary
Functions
Handles DECCUSR (DEC Cursor Style Report) command. This is an alias for handle_deccusr/2 for backward compatibility.
Handles SCS (Select Character Set) command. The final_byte parameter determines which character set to select.
Functions
Handles DECCUSR (DEC Cursor Style Report) command. This is an alias for handle_deccusr/2 for backward compatibility.
@spec handle_scs(Raxol.Terminal.Emulator.t(), [integer()], integer()) :: {:ok, Raxol.Terminal.Emulator.t()} | {:error, atom(), Raxol.Terminal.Emulator.t()}
Handles SCS (Select Character Set) command. The final_byte parameter determines which character set to select.