1
0
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:
Sébastien Helleu
2017-06-05 21:13:09 +02:00
parent 476f6ae7bb
commit 690ef1e309
4 changed files with 90 additions and 12 deletions
+1
View File
@@ -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);