comparison mcabber/src/screen.h @ 785:7e0562e3bc83

Replace color_highlight with color_msgout
author Mikael Berthe <mikael@lilotux.net>
date Sun, 02 Apr 2006 23:11:55 +0200
parents 057ffe7c43dc
children 32d5298f9f8d
comparison
equal deleted inserted replaced
784:d7f3b58db522 785:7e0562e3bc83
16 // Note: message length is limited by the HBB_BLOCKSIZE size too 16 // Note: message length is limited by the HBB_BLOCKSIZE size too
17 #define MULTILINE_MAX_LINE_NUMBER 299 17 #define MULTILINE_MAX_LINE_NUMBER 299
18 18
19 enum colors { 19 enum colors {
20 COLOR_GENERAL = 3, 20 COLOR_GENERAL = 3,
21 COLOR_HIGHLIGHT, 21 COLOR_MSGOUT,
22 COLOR_STATUS, 22 COLOR_STATUS,
23 COLOR_ROSTER, 23 COLOR_ROSTER,
24 COLOR_ROSTERSEL, 24 COLOR_ROSTERSEL,
25 COLOR_ROSTERSELNMSG, 25 COLOR_ROSTERSELNMSG,
26 COLOR_ROSTERNMSG, 26 COLOR_ROSTERNMSG,