Fix colors for text

This commit is contained in:
Kevin Lange 2011-12-04 01:19:16 -06:00
parent 8653b2f538
commit 06ee9592e3

View File

@ -483,7 +483,8 @@ ready:
printf(" "); printf(" ");
width--; 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 */ /* Update frame crount */
++i; ++i;
if (!frames[i]) { if (!frames[i]) {