Skip to main content

run_app

Function run_app 

Source
pub fn run_app<B: Backend>(
    terminal: &mut Terminal<B>,
    repo_path: Option<PathBuf>,
) -> Result<()>
where B::Error: Send + Sync + 'static,
Expand description

The inner event loop — draw, poll for input, dispatch, repeat.