Fix colors for text

This commit is contained in:
Kevin Lange 2011-12-04 01:19:16 -06:00
parent 8653b2f538
commit 06ee9592e3
1 changed files with 2 additions and 1 deletions

View File

@ -483,7 +483,8 @@ ready:
printf(" ");
width--;
}
printf("You have nyaned for %0.0f seconds!\033[J", diff);
printf("\033[1;37mYou have nyaned for %0.0f seconds!\033[J", diff);
last = 0;
/* Update frame crount */
++i;
if (!frames[i]) {