diff mcabber/src/screen.h @ 139:8d7e31d37bec

[/trunk] Changeset 151 by mikael * Add a color for buddies with an unread message. * Update TODO. * Update conf. file sample for the new color setting.
author mikael
date Thu, 28 Apr 2005 19:57:45 +0000
parents 03be1cc94560
children b69c0b7a23e3
line wrap: on
line diff
--- a/mcabber/src/screen.h	Thu Apr 28 18:47:43 2005 +0000
+++ b/mcabber/src/screen.h	Thu Apr 28 19:57:45 2005 +0000
@@ -3,10 +3,10 @@
 
 #include <ncurses.h>
 
-#define COLOR_POPUP     1
+//#define COLOR_NMSG      1
 #define COLOR_GENERAL   3
-#define COLOR_BD_CONSEL 4
-#define COLOR_BD_CON    5
+//#define COLOR_BD_CON    4
+#define COLOR_NMSG      5
 #define COLOR_BD_DESSEL 6
 #define COLOR_BD_DES    7