pub fn handle_event(app: &mut App, event: Event) -> Result<bool>
Handle a terminal event.
Returns Ok(true) if the app should quit, Ok(false) to continue.
Ok(true)
Ok(false)