diff options
author | Kevin Lange <k@dakko.us> | 2011-11-30 17:24:56 -0600 |
---|---|---|
committer | Kevin Lange <k@dakko.us> | 2011-11-30 17:24:56 -0600 |
commit | 8174fc31338d2e718bbd42c65e249e14f8e6b4b8 (patch) | |
tree | e76bda7227ca29fded600cbe10cf28e67bd9eafb | |
parent | e90cbac98cceed356645a510620f85bd87c6b463 (diff) | |
download | nyancat-8174fc31338d2e718bbd42c65e249e14f8e6b4b8.tar.gz |
Hide the cursor
Diffstat (limited to '')
-rw-r--r-- | nyancat.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |