Oops...
This commit is contained in:
parent
5cc51e5021
commit
4f158ad930
@ -121,7 +121,7 @@ int digits(int val) {
|
|||||||
* (^C) so that we can restore the cursor.
|
* (^C) so that we can restore the cursor.
|
||||||
*/
|
*/
|
||||||
void SIGINT_handler(int sig){
|
void SIGINT_handler(int sig){
|
||||||
printf("\\033[?25h\033[0m");
|
printf("\033[?25h\033[0m");
|
||||||
exit(0);
|
exit(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user