Fix colors for text
This commit is contained in:
parent
8653b2f538
commit
06ee9592e3
@ -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]) {
|
||||
|
Loading…
Reference in New Issue
Block a user