comparison mcabber/src/screen.h @ 711:75dde88f1884

Introduce status lines
author Mikael Berthe <mikael@lilotux.net>
date Sat, 04 Mar 2006 18:50:21 +0100
parents b26a0bde4cdb
children e1639629c87b
comparison
equal deleted inserted replaced
710:0311d7e2bb1c 711:75dde88f1884
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_NMSG 4 10 #define COLOR_STATUS 4
11 #define COLOR_BD_DESSEL 5 11 #define COLOR_NMSG 5
12 #define COLOR_BD_DES 6 12 #define COLOR_BD_DESSEL 6
13 #define COLOR_BD_DES 7
13 14
14 // Length of the timestamp & flag prefix in the chat buffer window 15 // Length of the timestamp & flag prefix in the chat buffer window
15 #define PREFIX_WIDTH 17 16 #define PREFIX_WIDTH 17
16 17
17 #define INPUTLINE_LENGTH 1024 18 #define INPUTLINE_LENGTH 1024