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