Expand description
Input decoder for terminal character sequences.
State machine for ANSI escape sequences (arrow keys) and double-ESC clear. Pure decoder: converts raw chars to logical events, no buffer or I/O management.
Structs§
- Input
Decoder - Terminal input decoder with escape sequence state machine. Converts raw terminal chars to logical input events without managing buffers or I/O.
Enums§
- Input
Event - Logical input event from terminal.
- Input
State - Decoder state for escape sequence handling.