From 4f158ad930771ffd0b7cda17ad3bd22bde192ca6 Mon Sep 17 00:00:00 2001 From: Peter Date: Mon, 5 Dec 2011 19:50:52 +0100 Subject: Oops... --- src/nyancat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/nyancat.c b/src/nyancat.c index 70348e2..e65576c 100644 --- a/src/nyancat.c +++ b/src/nyancat.c @@ -121,7 +121,7 @@ int digits(int val) { * (^C) so that we can restore the cursor. */ void SIGINT_handler(int sig){ - printf("\\033[?25h\033[0m"); + printf("\033[?25h\033[0m"); exit(0); } -- cgit v1.2.3