comparison mcabber/src/screen.h @ 1204:e802ec0c02d2

Basic support for nick highlighting in MUC rooms (the whole line is colored)
author Mikael Berthe <mikael@lilotux.net>
date Sat, 28 Apr 2007 21:52:57 +0200
parents be06bbe7e449
children 2521efbf3b72
comparison
equal deleted inserted replaced
1203:c96fef31ff96 1204:e802ec0c02d2
38 #define COMPOSING_TIMEOUT 6L 38 #define COMPOSING_TIMEOUT 6L
39 39
40 enum colors { 40 enum colors {
41 COLOR_GENERAL = 3, 41 COLOR_GENERAL = 3,
42 COLOR_MSGOUT, 42 COLOR_MSGOUT,
43 COLOR_MSGHL,
43 COLOR_STATUS, 44 COLOR_STATUS,
44 COLOR_ROSTER, 45 COLOR_ROSTER,
45 COLOR_ROSTERSEL, 46 COLOR_ROSTERSEL,
46 COLOR_ROSTERSELNMSG, 47 COLOR_ROSTERSELNMSG,
47 COLOR_ROSTERNMSG, 48 COLOR_ROSTERNMSG,