comparison mcabber/src/screen.h @ 712:e1639629c87b

Rename color options
author Mikael Berthe <mikael@lilotux.net>
date Sat, 04 Mar 2006 18:52:29 +0100
parents 75dde88f1884
children b5aa7b7afee8
comparison
equal deleted inserted replaced
711:75dde88f1884 712:e1639629c87b
4 #include <ncurses.h> 4 #include <ncurses.h>
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_STATUS 4
11 #define COLOR_NMSG 5 11 #define COLOR_ROSTER 5
12 #define COLOR_BD_DESSEL 6 12 #define COLOR_ROSTERSEL 6
13 #define COLOR_BD_DES 7 13 #define COLOR_ROSTERNMSG 7
14 14
15 // Length of the timestamp & flag prefix in the chat buffer window 15 // Length of the timestamp & flag prefix in the chat buffer window
16 #define PREFIX_WIDTH 17 16 #define PREFIX_WIDTH 17
17 17
18 #define INPUTLINE_LENGTH 1024 18 #define INPUTLINE_LENGTH 1024