diff mcabber/src/screen.h @ 730:e46c680bdd3d

New color: color_highlight (for outgoing messages)
author Mikael Berthe <mikael@lilotux.net>
date Mon, 06 Mar 2006 12:16:23 +0100
parents 264375fe7159
children 0d5fb1d9077c
line wrap: on
line diff
--- a/mcabber/src/screen.h	Mon Mar 06 11:59:34 2006 +0100
+++ b/mcabber/src/screen.h	Mon Mar 06 12:16:23 2006 +0100
@@ -7,11 +7,12 @@
 #include "logprint.h"
 
 #define COLOR_GENERAL       3
-#define COLOR_STATUS        4
-#define COLOR_ROSTER        5
-#define COLOR_ROSTERSEL     6
-#define COLOR_ROSTERSELNMSG 7
-#define COLOR_ROSTERNMSG    8
+#define COLOR_HIGHLIGHT     4
+#define COLOR_STATUS        5
+#define COLOR_ROSTER        6
+#define COLOR_ROSTERSEL     7
+#define COLOR_ROSTERSELNMSG 8
+#define COLOR_ROSTERNMSG    9
 
 // Length of the timestamp & flag prefix in the chat buffer window
 #define PREFIX_WIDTH    17