diff options
author | Peter <peter@haas-en-berg.nl> | 2011-12-05 19:50:52 +0100 |
---|---|---|
committer | Peter <peter@haas-en-berg.nl> | 2011-12-05 19:50:52 +0100 |
commit | 4f158ad930771ffd0b7cda17ad3bd22bde192ca6 (patch) | |
tree | 31031ad4f798251b5be776e9085fbbac71cd03eb /src/nyancat.c | |
parent | 5cc51e5021c5f12eaa9e3b918bb1b025d6dc27b6 (diff) | |
download | nyancat-4f158ad930771ffd0b7cda17ad3bd22bde192ca6.tar.gz |
Oops...
Diffstat (limited to '')
-rw-r--r-- | src/nyancat.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); } |