pub(crate) fn run_app_inner<App: TuiApp>( terminal: &mut CrosstermTerminal, app: &mut App, ) -> Result<App::Exit>