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:
+1
-1
@@ -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 *, ...);
|
||||
|
||||
Reference in New Issue
Block a user