mirror of
https://github.com/weechat/weechat.git
synced 2026-07-06 01:33:12 +02:00
fset: add options for colors in buffer's title
New options: - fset.color.title_count_options - fset.color.title_current_option - fset.color.title_filter - fset.color.title_marked_options - fset.color.title_sort
This commit is contained in:
@@ -27,6 +27,7 @@ struct t_fset_option;
|
||||
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,
|
||||
struct t_fset_option *fset_option);
|
||||
extern void fset_buffer_refresh (int clear);
|
||||
|
||||
Reference in New Issue
Block a user