pub fn run_app<B: Backend>( terminal: &mut Terminal<B>, repo_path: Option<PathBuf>, ) -> Result<()>where B::Error: Send + Sync + 'static,
The inner event loop — draw, poll for input, dispatch, repeat.