comparison mcabber/src/hbuf.h @ 189:4f3975f1b852

[/trunk] Changeset 201 by mikael * Add hbuf_previous_persistent(). Now we should not jump to the buffer's bottom when increasing the screen width.
author mikael
date Fri, 06 May 2005 14:34:51 +0000
parents 888ad9f15346
children ff6fb51bfd78 33b8e801ffa6
comparison
equal deleted inserted replaced
188:7604e3cdbb86 189:4f3975f1b852
28 28
29 void hbuf_add_line(GList **p_hbuf, const char *text, time_t timestamp, 29 void hbuf_add_line(GList **p_hbuf, const char *text, time_t timestamp,
30 guint prefix_flags, guint width); 30 guint prefix_flags, guint width);
31 void hbuf_free(GList **p_hbuf); 31 void hbuf_free(GList **p_hbuf);
32 void hbuf_rebuild(GList **p_hbuf, unsigned int width); 32 void hbuf_rebuild(GList **p_hbuf, unsigned int width);
33 GList *hbuf_previous_persistent(GList *l_line);
33 34
34 hbb_line **hbuf_get_lines(GList *hbuf, unsigned int n); 35 hbb_line **hbuf_get_lines(GList *hbuf, unsigned int n);
35 36
36 #endif /* __HBUF_H__ */ 37 #endif /* __HBUF_H__ */