mirror of
https://github.com/weechat/weechat.git
synced 2026-07-03 16:23:14 +02:00
fset: add ${newline} to display options on multiple lines, replace format options by colors for background
This commit is contained in:
@@ -28,7 +28,7 @@ extern struct t_gui_buffer *fset_buffer;
|
||||
extern int fset_buffer_selected_line;
|
||||
|
||||
extern void fset_buffer_set_title ();
|
||||
extern void fset_buffer_display_line (int y,
|
||||
extern void fset_buffer_display_line (int index,
|
||||
struct t_fset_option *fset_option);
|
||||
extern void fset_buffer_refresh (int clear);
|
||||
extern void fset_buffer_set_current_line (int line);
|
||||
|
||||
Reference in New Issue
Block a user