diff options
-rw-r--r-- | testing/toxic/main.c | 4 |
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(); |