summaryrefslogtreecommitdiff
path: root/testing/toxic
diff options
context:
space:
mode:
authorSean Qureshi <stqism@risingstormgames.com>2013-08-17 19:43:10 -0700
committerSean Qureshi <stqism@risingstormgames.com>2013-08-17 19:43:10 -0700
commitebe4a3f8d01d6eaed305aa36054725739961d9e6 (patch)
treebc32389c63928922e0754d4c49d1ce1ff9248b56 /testing/toxic
parent91ae38450c146b4cf1c6724bd2716e6524957a47 (diff)
Added more colors
Diffstat (limited to 'testing/toxic')
-rw-r--r--testing/toxic/main.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/testing/toxic/main.c b/testing/toxic/main.c
index 62677515..1bb6cb5a 100644
--- a/testing/toxic/main.c
+++ b/testing/toxic/main.c
@@ -52,6 +52,10 @@ static void init_term()
52 init_pair(3, COLOR_RED, COLOR_BLACK); 52 init_pair(3, COLOR_RED, COLOR_BLACK);
53 init_pair(4, COLOR_BLUE, COLOR_BLACK); 53 init_pair(4, COLOR_BLUE, COLOR_BLACK);
54 init_pair(5, COLOR_YELLOW, COLOR_BLACK); 54 init_pair(5, COLOR_YELLOW, COLOR_BLACK);
55 init_pair(6, COLOR_MAGENTA, COLOR_BLACK);
56 init_pair(7, COLOR_BLACK, COLOR_BLACK);
57 init_pair(8, COLOR_BLACK, COLOR_WHITE);
58
55 } 59 }
56 60
57 refresh(); 61 refresh();