Raxol.Terminal.Commands.CSIHandler.ModeHandlers (Raxol v2.0.1)

View Source

Handles CSI mode commands (Set Mode/Reset Mode).

Summary

Functions

Handles Set Mode (SM - 'h') and Reset Mode (RM - 'l') commands.

Functions

handle_h_or_l(emulator, params, intermediates, final_byte)

@spec handle_h_or_l(Raxol.Terminal.Emulator.t(), list(), String.t(), integer()) ::
  {:ok, Raxol.Terminal.Emulator.t()}

Handles Set Mode (SM - 'h') and Reset Mode (RM - 'l') commands.