Raxol.Terminal.Modes.Handlers.StandardHandler (Raxol v2.0.1)

View Source

Handles standard mode operations and their side effects. Manages standard terminal modes like insert mode and line feed mode.

Summary

Functions

Handles a standard mode change (alias for handle_mode_change/3 for compatibility).

Handles a standard mode change and applies its effects to the emulator.

Functions

handle_mode(emulator, mode_name, value)

Handles a standard mode change (alias for handle_mode_change/3 for compatibility).

handle_mode_change(mode_name, value, emulator)

Handles a standard mode change and applies its effects to the emulator.