comparison 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
comparison
equal deleted inserted replaced
849:42c43a88d823 850:d0781ca2dd08
36 36
37 // XXX This should certainly be a pointer, and be allocated only when needed 37 // XXX This should certainly be a pointer, and be allocated only when needed
38 // (for ex. when HBB_FLAG_PERSISTENT is set). 38 // (for ex. when HBB_FLAG_PERSISTENT is set).
39 struct { // hbuf_line_info 39 struct { // hbuf_line_info
40 time_t timestamp; 40 time_t timestamp;
41 guchar flags; 41 guint flags;
42 } prefix; 42 } prefix;
43 } hbuf_block; 43 } hbuf_block;
44 44
45 45
46 // hbuf_add_line(p_hbuf, text, prefix_flags, width) 46 // hbuf_add_line(p_hbuf, text, prefix_flags, width)