summaryrefslogtreecommitdiffstats
path: root/helpers.c
diff options
context:
space:
mode:
Diffstat (limited to 'helpers.c')
-rw-r--r--helpers.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/helpers.c b/helpers.c
index 163cd2e..9973093 100644
--- a/helpers.c
+++ b/helpers.c
@@ -33,6 +33,7 @@ void cursinit(void) {
init_pair(1, COLOR_GREEN, -1);
init_pair(2, COLOR_CYAN, -1);
init_pair(3, COLOR_RED, -1);
+ init_pair(4, COLOR_YELLOW, -1);
}
void cursupdate(void) {