comparison 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
comparison
equal deleted inserted replaced
722:9054697b1a06 723:23068490d063
4 #include <ncurses.h> 4 #include <ncurses.h>
5 #include <glib.h> 5 #include <glib.h>
6 6
7 #include "logprint.h" 7 #include "logprint.h"
8 8
9 #define COLOR_GENERAL 3 9 #define COLOR_GENERAL 3
10 #define COLOR_STATUS 4 10 #define COLOR_STATUS 4
11 #define COLOR_ROSTER 5 11 #define COLOR_ROSTER 5
12 #define COLOR_ROSTERSEL 6 12 #define COLOR_ROSTERSEL 6
13 #define COLOR_ROSTERNMSG 7 13 #define COLOR_ROSTERSELNMSG 7
14 #define COLOR_ROSTERNMSG 8
14 15
15 // Length of the timestamp & flag prefix in the chat buffer window 16 // Length of the timestamp & flag prefix in the chat buffer window
16 #define PREFIX_WIDTH 17 17 #define PREFIX_WIDTH 17
17 18
18 #define INPUTLINE_LENGTH 1024 19 #define INPUTLINE_LENGTH 1024