1 2 3 4 5
fn main() { if let Err(e) = focus_by_cursor::run_focus_listener() { eprintln!("Error: {:?}", e); } }