Skip to main content

Module input

Module input 

Source
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.