comparison mcabber/src/screen.h @ 1268:dbc907b2d92f

Add configurable colors for info and incoming messages (Michal 'vorner' Vaner)
author Mikael Berthe <mikael@lilotux.net>
date Mon, 20 Aug 2007 19:41:31 +0200
parents 401639413340
children 033576acac4c
comparison
equal deleted inserted replaced
1267:c5257cbe6ae4 1268:dbc907b2d92f
44 COLOR_STATUS, 44 COLOR_STATUS,
45 COLOR_ROSTER, 45 COLOR_ROSTER,
46 COLOR_ROSTERSEL, 46 COLOR_ROSTERSEL,
47 COLOR_ROSTERSELNMSG, 47 COLOR_ROSTERSELNMSG,
48 COLOR_ROSTERNMSG, 48 COLOR_ROSTERNMSG,
49 COLOR_INFO,
50 COLOR_MSGIN,
49 COLOR_max 51 COLOR_max
50 }; 52 };
51 53
52 int COLOR_ATTRIB[COLOR_max]; 54 int COLOR_ATTRIB[COLOR_max];
53 55