Function handle_sessions_char
Source pub fn handle_sessions_char(app: &mut App, modifiers: KeyModifiers, c: char)
Expand description
Append a character to the session filter string.
Ignores Ctrl/Alt modified keys so they can be handled
by other keybind logic.
§Examples
ⓘhandle_sessions_char(&mut app, modifiers, 'a');