mcabber/mcabber/screen.c
changeset 2333 69d292ccf196
parent 2328 1e24d93746d6
child 2334 6ad3cada768c
--- a/mcabber/mcabber/screen.c	Mon Nov 25 21:40:51 2019 +0100
+++ b/mcabber/mcabber/screen.c	Mon Feb 17 23:40:49 2020 +0000
@@ -59,6 +59,8 @@
 #include "xmpp.h"
 #include "main.h"
 
+int COLOR_ATTRIB[COLOR_max];
+
 #define get_color(col)      (COLOR_PAIR(col)|COLOR_ATTRIB[col])
 #define compose_color(col)  (COLOR_PAIR(col->color_pair)|col->color_attrib)