diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2011-01-05 14:58:17 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2011-01-05 14:58:17 +0100 |
commit | 25fe7a53a1f23302ef1152fa90c9d7d5b0f05bdd (patch) | |
tree | ff939a0d592fca956d182b4af40236026ea47220 /src/gui/gui-line.h | |
parent | ccc6d52e3a19f283822694c6246e61cd8c030b22 (diff) | |
download | weechat-25fe7a53a1f23302ef1152fa90c9d7d5b0f05bdd.zip |
Fix scroll problem on buffers with free content and non-allocated lines (bug #32039)
Diffstat (limited to 'src/gui/gui-line.h')
-rw-r--r-- | src/gui/gui-line.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/gui-line.h b/src/gui/gui-line.h index 6555e64c0..c0c78bbcd 100644 --- a/src/gui/gui-line.h +++ b/src/gui/gui-line.h @@ -100,6 +100,7 @@ extern struct t_gui_line *gui_line_add (struct t_gui_buffer *buffer, const char *message); extern void gui_line_add_y (struct t_gui_buffer *buffer, int y, const char *message); +extern void gui_line_clear (struct t_gui_line *line); extern void gui_line_mix_buffers (struct t_gui_buffer *buffer); extern int gui_line_add_to_infolist (struct t_infolist *infolist, struct t_gui_lines *lines, |