aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKevin Lange <k@dakko.us>2011-12-04 01:19:16 -0600
committerKevin Lange <k@dakko.us>2011-12-04 01:19:16 -0600
commit06ee9592e39271ada0958f326c8250e32cd8f0ff (patch)
treea9e66287fcb86fadfbebb866b3f7d064f9d119bf /src
parent8653b2f53860ef5ba4375a24ddc2108725b8ce0d (diff)
downloadnyancat-06ee9592e39271ada0958f326c8250e32cd8f0ff.tar.gz
Fix colors for text
Diffstat (limited to 'src')
-rw-r--r--src/nyancat.c3
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]) {