aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Lange <k@dakko.us>2011-11-30 17:24:56 -0600
committerKevin Lange <k@dakko.us>2011-11-30 17:24:56 -0600
commit8174fc31338d2e718bbd42c65e249e14f8e6b4b8 (patch)
treee76bda7227ca29fded600cbe10cf28e67bd9eafb
parente90cbac98cceed356645a510620f85bd87c6b463 (diff)
downloadnyancat-8174fc31338d2e718bbd42c65e249e14f8e6b4b8.tar.gz
Hide the cursor
-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;