Raxol.Terminal.Emulator.CommandHandler (Raxol v2.0.1)

View Source

Handles CSI/ESC/SGR/OSC and related command logic for the terminal emulator. Extracted from the main emulator module for clarity and maintainability.

Summary

Functions

handle_csi_general(params, final_byte, emulator, intermediates \\ "")

handle_cursor_back(params, emulator)

handle_cursor_down(params, emulator)

handle_cursor_forward(params, emulator)

handle_cursor_position(params, emulator)

handle_cursor_up(params, emulator)

handle_device_attributes(params, emulator, intermediates)

handle_device_status_report(params, emulator)

handle_ed_command(params, emulator)

handle_el_command(params, emulator)

handle_esc_equals(emulator)

handle_esc_greater(emulator)

handle_reset_mode(params, emulator)

handle_reset_standard_mode(params, emulator)

handle_set_mode(params, emulator)

handle_set_scroll_region(params, emulator)

handle_set_standard_mode(params, emulator)

handle_sgr(params, emulator)