diff mcabber/src/screen.h @ 267:8d3d5bd52da3

Improve color configuration * Rename color options (it made no sense!!) * Use default values * Do not crash anymore when the colors options are buggy in the mcabberrc
author mikael@frmp8452
date Sun, 03 Jul 2005 00:21:59 +0100
parents 49e9e02dd6d0
children 627925d885de
line wrap: on
line diff
--- a/mcabber/src/screen.h	Sat Jul 02 19:27:15 2005 +0100
+++ b/mcabber/src/screen.h	Sun Jul 03 00:21:59 2005 +0100
@@ -4,12 +4,10 @@
 #include <ncurses.h>
 #include <glib.h>
 
-//#define COLOR_NMSG      1
 #define COLOR_GENERAL   3
-//#define COLOR_BD_CON    4
-#define COLOR_NMSG      5
-#define COLOR_BD_DESSEL 6
-#define COLOR_BD_DES    7
+#define COLOR_NMSG      4
+#define COLOR_BD_DESSEL 5
+#define COLOR_BD_DES    6
 
 #define LOG_WIN_HEIGHT  (5+2)
 #define ROSTER_WIDTH    24