summaryrefslogtreecommitdiffstats
path: root/listen/utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'listen/utils.c')
-rw-r--r--listen/utils.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/listen/utils.c b/listen/utils.c
index 0d978ee..e31e020 100644
--- a/listen/utils.c
+++ b/listen/utils.c
@@ -104,6 +104,7 @@ int initcolor(void)
init_pair(T_BPQ, COLOR_MAGENTA, COLOR_BLACK);
init_pair(T_TCPHDR, COLOR_BLUE, COLOR_BLACK);
init_pair(T_FLEXNET, COLOR_BLUE, COLOR_BLACK);
+ init_pair(T_OPENTRAC, COLOR_YELLOW, COLOR_BLACK);
return 1;