Raxol.Terminal.Commands.DeviceHandlers (Raxol v0.3.0)

View Source

Handles device status and attribute related CSI commands.

This module contains handlers for device status reports (DSR) and device attributes (DA). Each function takes the current emulator state and parsed parameters, returning the updated emulator state.

Summary

Functions

Handles Device Status Report (CPR - '6n') (stub).

Handles Device Attributes (DA - 'c')

Handles Device Status Report (DSR - 'n')

Functions

handle_6n(emulator, params)

Handles Device Status Report (CPR - '6n') (stub).

handle_c(emulator, params, intermediates_buffer)

Handles Device Attributes (DA - 'c')

handle_n(emulator, params)

Handles Device Status Report (DSR - 'n')