diff options
author | Kevin Lange <k@dakko.us> | 2011-12-04 01:19:16 -0600 |
---|---|---|
committer | Kevin Lange <k@dakko.us> | 2011-12-04 01:19:16 -0600 |
commit | 06ee9592e39271ada0958f326c8250e32cd8f0ff (patch) | |
tree | a9e66287fcb86fadfbebb866b3f7d064f9d119bf /src/nyancat.c | |
parent | 8653b2f53860ef5ba4375a24ddc2108725b8ce0d (diff) | |
download | nyancat-06ee9592e39271ada0958f326c8250e32cd8f0ff.tar.gz |
Fix colors for text
Diffstat (limited to 'src/nyancat.c')
-rw-r--r-- | src/nyancat.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/nyancat.c b/src/nyancat.c index 932c572..2a82b83 100644 --- a/src/nyancat.c +++ b/src/nyancat.c @@ -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]) { |