From 8174fc31338d2e718bbd42c65e249e14f8e6b4b8 Mon Sep 17 00:00:00 2001 From: Kevin Lange Date: Wed, 30 Nov 2011 17:24:56 -0600 Subject: [PATCH] Hide the cursor --- nyancat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;