Expand description
Text input, Enter, backspace and paste handlers for TUI views.
Each handler inspects the active [ViewMode] and delegates
to the appropriate subsystem.
Functionsยง
- handle_
backspace - Delete the character before the cursor.
- handle_
bus_ c - Clear the bus log protocol filter.
- handle_
bus_ g - Jump to the bottom of the bus log and enable auto-scroll.
- handle_
bus_ slash - Enter bus filter input mode.
- handle_
char - Route a printable character to the correct view handler.
- handle_
enter - Dispatch Enter to the handler matching the active view.
- handle_
paste - Handle pasted text from the terminal.
- handle_
sessions_ char - Append a character to the session filter string.