Function gpg_tui::app::handler::handle_events[][src]

pub fn handle_events<B: Backend>(
    key_event: KeyEvent,
    tui: &mut Tui<B>,
    app: &mut App<'_>
) -> Result<()>
Expand description

Handles the key events and executes the application command.