aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKevin Lange <k@dakko.us>2011-12-03 01:06:08 -0600
committerKevin Lange <k@dakko.us>2011-12-03 01:06:08 -0600
commitd2a07f7e5a07ab2ec3ea25d7c11e643511f43589 (patch)
treecf984a179d9d567f29d6f3dec07be6eb8623c452 /src
parent843ffa271ad2556fd0e08627e61f96e95bf6116b (diff)
downloadnyancat-d2a07f7e5a07ab2ec3ea25d7c11e643511f43589.tar.gz
Perhaps better characters for a VT220
Diffstat (limited to 'src')
-rw-r--r--src/nyancat.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/nyancat.c b/src/nyancat.c
index 7065a31..cbaa58f 100644
--- a/src/nyancat.c
+++ b/src/nyancat.c
@@ -953,9 +953,9 @@ try_again:
colors['%'] = "\033[1;35;45m"; /* Pink cheeks */
output = "\333\333";
} else if (!strcmp(response, "6")) {
- colors[','] = " "; /* Blue background */
- colors['.'] = "**"; /* White stars */
- colors['\''] = "##"; /* Black border */
+ colors[','] = "::"; /* Blue background */
+ colors['.'] = "@@"; /* White stars */
+ colors['\''] = " "; /* Black border */
colors['@'] = "##"; /* Tan poptart */
colors['$'] = "??"; /* Pink poptart */
colors['-'] = "<>"; /* Red poptart */
@@ -965,7 +965,7 @@ try_again:
colors['#'] = "++"; /* Green rainbow */
colors['='] = "~~"; /* Light blue rainbow */
colors[';'] = "$$"; /* Dark blue rainbow */
- colors['*'] = " "; /* Gray cat face */
+ colors['*'] = ";;"; /* Gray cat face */
colors['%'] = "()"; /* Pink cheeks */
always_escape = 1;
} else {