diff mcabber/src/hbuf.c @ 850:d0781ca2dd08

Use new status buffer window Update scr_LogPrint() to use the new status buffer. Introduce HBB_PREFIX_SPECIAL flag which changes the prefix field in the special buffers.
author Mikael Berthe <mikael@lilotux.net>
date Mon, 08 May 2006 23:46:42 +0200
parents 339c76ed5c0d
children a3b8956db7bc
line wrap: on
line diff
--- a/mcabber/src/hbuf.c	Mon May 08 23:46:18 2006 +0200
+++ b/mcabber/src/hbuf.c	Mon May 08 23:46:42 2006 +0200
@@ -38,7 +38,7 @@
   // (for ex. when HBB_FLAG_PERSISTENT is set).
   struct { // hbuf_line_info
     time_t timestamp;
-    guchar flags;
+    guint  flags;
   } prefix;
 } hbuf_block;