comparison mcabber/src/hbuf.h @ 728:421b337dc6d2

Chat window: Highlight the flag in our messages
author Mikael Berthe <mikael@lilotux.net>
date Mon, 06 Mar 2006 10:25:24 +0100
parents fed6d1e4d7a9
children b16acadd7d53
comparison
equal deleted inserted replaced
727:1c3620668857 728:421b337dc6d2
19 #define HBB_PREFIX_STATUS 4 19 #define HBB_PREFIX_STATUS 4
20 #define HBB_PREFIX_AUTH 8 20 #define HBB_PREFIX_AUTH 8
21 #define HBB_PREFIX_INFO 16 21 #define HBB_PREFIX_INFO 16
22 #define HBB_PREFIX_ERR 32 22 #define HBB_PREFIX_ERR 32
23 #define HBB_PREFIX_NOFLAG 64 23 #define HBB_PREFIX_NOFLAG 64
24 #define HBB_PREFIX_HLIGHT 128
24 25
25 typedef struct { 26 typedef struct {
26 time_t timestamp; 27 time_t timestamp;
27 guchar flags; 28 guchar flags;
28 char *text; 29 char *text;