comparison mcabber/src/hbuf.h @ 1268:dbc907b2d92f

Add configurable colors for info and incoming messages (Michal 'vorner' Vaner)
author Mikael Berthe <mikael@lilotux.net>
date Mon, 20 Aug 2007 19:41:31 +0200
parents 79c396678f1b
children e42f48103609
comparison
equal deleted inserted replaced
1267:c5257cbe6ae4 1268:dbc907b2d92f
24 #define HBB_PREFIX_HLIGHT_OUT (1U<<7) 24 #define HBB_PREFIX_HLIGHT_OUT (1U<<7)
25 #define HBB_PREFIX_HLIGHT (1U<<8) 25 #define HBB_PREFIX_HLIGHT (1U<<8)
26 #define HBB_PREFIX_NONE (1U<<9) 26 #define HBB_PREFIX_NONE (1U<<9)
27 #define HBB_PREFIX_SPECIAL (1U<<10) 27 #define HBB_PREFIX_SPECIAL (1U<<10)
28 #define HBB_PREFIX_PGPCRYPT (1U<<11) 28 #define HBB_PREFIX_PGPCRYPT (1U<<11)
29 #define HBB_PREFIX_CONT (1U<<12)
29 30
30 typedef struct { 31 typedef struct {
31 time_t timestamp; 32 time_t timestamp;
32 guint flags; 33 guint flags;
33 char *text; 34 char *text;