1 2 3 4 5 6 7 8 9 10 11 12
pub fn init() {} // pub fn add_handler(_func: impl Fn() + Send + Sync + 'static) {} pub fn exit_on_ctrl_c(_do_exit: bool) {} pub fn is_cancelled() -> bool { false } /// ensures cursor is displayed on ctrl-c pub fn show_cursor_after_ctrl_c() {}