From 06ee9592e39271ada0958f326c8250e32cd8f0ff Mon Sep 17 00:00:00 2001 From: Kevin Lange Date: Sun, 4 Dec 2011 01:19:16 -0600 Subject: Fix colors for text --- src/nyancat.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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]) { -- cgit v1.2.3