aboutsummaryrefslogtreecommitdiffstats
path: root/nyancat.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--nyancat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nyancat.c b/nyancat.c
index 6b0ad19..90e36cf 100644
--- a/nyancat.c
+++ b/nyancat.c
@@ -903,7 +903,7 @@ try_again:
goto try_again;
}
- printf("\033[H\033[2J");
+ printf("\033[H\033[2J\033[?25l");
int playing = 1;
size_t i = 0;