diff 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
line wrap: on
line diff
--- a/mcabber/src/hbuf.h	Mon Aug 20 19:08:31 2007 +0200
+++ b/mcabber/src/hbuf.h	Mon Aug 20 19:41:31 2007 +0200
@@ -26,6 +26,7 @@
 #define HBB_PREFIX_NONE       (1U<<9)
 #define HBB_PREFIX_SPECIAL    (1U<<10)
 #define HBB_PREFIX_PGPCRYPT   (1U<<11)
+#define HBB_PREFIX_CONT       (1U<<12)
 
 typedef struct {
   time_t timestamp;