comparison 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
comparison
equal deleted inserted replaced
138:250f872c722f 139:8d7e31d37bec
1 #ifndef __SCREEN_H__ 1 #ifndef __SCREEN_H__
2 #define __SCREEN_H__ 1 2 #define __SCREEN_H__ 1
3 3
4 #include <ncurses.h> 4 #include <ncurses.h>
5 5
6 #define COLOR_POPUP 1 6 //#define COLOR_NMSG 1
7 #define COLOR_GENERAL 3 7 #define COLOR_GENERAL 3
8 #define COLOR_BD_CONSEL 4 8 //#define COLOR_BD_CON 4
9 #define COLOR_BD_CON 5 9 #define COLOR_NMSG 5
10 #define COLOR_BD_DESSEL 6 10 #define COLOR_BD_DESSEL 6
11 #define COLOR_BD_DES 7 11 #define COLOR_BD_DES 7
12 12
13 #define LOG_WIN_HEIGHT (5+2) 13 #define LOG_WIN_HEIGHT (5+2)
14 #define ROSTER_WIDTH 24 14 #define ROSTER_WIDTH 24