1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-03 00:03:12 +02:00

Fixed display bug with truncation of long lines

This commit is contained in:
Sebastien Helleu
2007-11-04 18:48:57 +01:00
parent 1a0472c5dd
commit a98feff2bb
3 changed files with 31 additions and 9 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ extern void gui_chat_get_word_info (struct t_gui_window *,
char *, int *, int *, int *, int *);
extern void gui_chat_change_time_format ();
extern int gui_chat_get_line_align (struct t_gui_buffer *,
struct t_gui_line *);
struct t_gui_line *, int);
extern int gui_chat_line_search (struct t_gui_line *, char *, int);
extern void gui_chat_line_free (struct t_gui_line *);
extern void gui_chat_printf (struct t_gui_buffer *, char *, ...);