diff mcabber/src/screen.h @ 723:23068490d063

Add text color when the selected buddy has an unread message (Only when chat mode is disabled, of course.)
author Mikael Berthe <mikael@lilotux.net>
date Sun, 05 Mar 2006 11:00:24 +0100
parents 9cf31c9b1dc4
children 264375fe7159
line wrap: on
line diff
--- a/mcabber/src/screen.h	Sun Mar 05 10:43:36 2006 +0100
+++ b/mcabber/src/screen.h	Sun Mar 05 11:00:24 2006 +0100
@@ -6,11 +6,12 @@
 
 #include "logprint.h"
 
-#define COLOR_GENERAL    3
-#define COLOR_STATUS     4
-#define COLOR_ROSTER     5
-#define COLOR_ROSTERSEL  6
-#define COLOR_ROSTERNMSG 7
+#define COLOR_GENERAL       3
+#define COLOR_STATUS        4
+#define COLOR_ROSTER        5
+#define COLOR_ROSTERSEL     6
+#define COLOR_ROSTERSELNMSG 7
+#define COLOR_ROSTERNMSG    8
 
 // Length of the timestamp & flag prefix in the chat buffer window
 #define PREFIX_WIDTH    17