diff 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
line wrap: on
line diff
--- a/mcabber/src/hbuf.h	Fri May 06 09:58:44 2005 +0000
+++ b/mcabber/src/hbuf.h	Fri May 06 14:34:51 2005 +0000
@@ -30,6 +30,7 @@
         guint prefix_flags, guint width);
 void hbuf_free(GList **p_hbuf);
 void hbuf_rebuild(GList **p_hbuf, unsigned int width);
+GList *hbuf_previous_persistent(GList *l_line);
 
 hbb_line **hbuf_get_lines(GList *hbuf, unsigned int n);