pub fn run(terminal: &mut DefaultTerminal, state: AppState) -> Result<()>Expand description
The event loop: blocking reads (the browser has no background activity), one redraw per event.
pub fn run(terminal: &mut DefaultTerminal, state: AppState) -> Result<()>The event loop: blocking reads (the browser has no background activity), one redraw per event.