comparison mcabber/src/screen.h @ 730:e46c680bdd3d

New color: color_highlight (for outgoing messages)
author Mikael Berthe <mikael@lilotux.net>
date Mon, 06 Mar 2006 12:16:23 +0100
parents 264375fe7159
children 0d5fb1d9077c
comparison
equal deleted inserted replaced
729:39f67cade02c 730:e46c680bdd3d
5 #include <glib.h> 5 #include <glib.h>
6 6
7 #include "logprint.h" 7 #include "logprint.h"
8 8
9 #define COLOR_GENERAL 3 9 #define COLOR_GENERAL 3
10 #define COLOR_STATUS 4 10 #define COLOR_HIGHLIGHT 4
11 #define COLOR_ROSTER 5 11 #define COLOR_STATUS 5
12 #define COLOR_ROSTERSEL 6 12 #define COLOR_ROSTER 6
13 #define COLOR_ROSTERSELNMSG 7 13 #define COLOR_ROSTERSEL 7
14 #define COLOR_ROSTERNMSG 8 14 #define COLOR_ROSTERSELNMSG 8
15 #define COLOR_ROSTERNMSG 9
15 16
16 // Length of the timestamp & flag prefix in the chat buffer window 17 // Length of the timestamp & flag prefix in the chat buffer window
17 #define PREFIX_WIDTH 17 18 #define PREFIX_WIDTH 17
18 19
19 #define INPUTLINE_LENGTH 1024 20 #define INPUTLINE_LENGTH 1024