diff -r 645d3ef1c88e -r 69d292ccf196 mcabber/mcabber/screen.c --- 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)