Hide the cursor

This commit is contained in:
Kevin Lange 2011-11-30 17:24:56 -06:00
parent e90cbac98c
commit 8174fc3133
1 changed files with 1 additions and 1 deletions

View File

@ -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;