Remove console line before printing debugging and on exit
This commit is contained in:
@@ -341,6 +341,8 @@ next_char:
|
||||
usleep(interval * 1000);
|
||||
}
|
||||
|
||||
clear_console_text();
|
||||
|
||||
/* reset terminal */
|
||||
tcsetattr(0, TCSANOW, &term_orig);
|
||||
}
|
||||
|
Reference in New Issue
Block a user