Raxol.Terminal.Input.CharacterProcessor (Raxol Terminal v2.6.0)

Copy Markdown View Source

Handles character processing, translation, and writing to the terminal buffer.

Summary

Functions

Processes a single character codepoint. Delegates to C0 handlers or printable character handlers.

Functions

process_character(emulator, char_codepoint)

Processes a single character codepoint. Delegates to C0 handlers or printable character handlers.

process_printable_character(emulator, char_codepoint)