diff 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
line wrap: on
line diff
--- a/mcabber/src/screen.h	Sat Feb 25 23:37:46 2006 +0100
+++ b/mcabber/src/screen.h	Sat Mar 04 18:50:21 2006 +0100
@@ -7,9 +7,10 @@
 #include "logprint.h"
 
 #define COLOR_GENERAL   3
-#define COLOR_NMSG      4
-#define COLOR_BD_DESSEL 5
-#define COLOR_BD_DES    6
+#define COLOR_STATUS    4
+#define COLOR_NMSG      5
+#define COLOR_BD_DESSEL 6
+#define COLOR_BD_DES    7
 
 // Length of the timestamp & flag prefix in the chat buffer window
 #define PREFIX_WIDTH    17