We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4096e60 commit aaf31d8Copy full SHA for aaf31d8
src/main.rs
@@ -37,7 +37,7 @@ fn init_ctrlc_handler(lines: usize){
37
#[cfg(not(debug_assertions))]
38
fn init_ctrlc_handler(lines: usize){
39
ctrlc::set_handler(move || {
40
- utils::clear_lines(lines + 6);
+ utils::clear_lines(lines + 6,true);
41
std::process::exit(0);
42
}).expect("Failed to initialize ctrl-c handler");
43
}
0 commit comments