diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2017-06-19 21:41:48 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2017-06-25 16:35:28 +0200 |
commit | 98272393feefa03a0a995d22190cc3296bfb0e6c (patch) | |
tree | b1a83142375c167ef0fe220171c4d814d7ed15e0 /src/plugins/fset/fset-config.h | |
parent | a49e255d964c25710e3347d07a5b5f50fae1b745 (diff) | |
download | weechat-98272393feefa03a0a995d22190cc3296bfb0e6c.zip |
fset: add ${newline} to display options on multiple lines, replace format options by colors for background
Diffstat (limited to 'src/plugins/fset/fset-config.h')
-rw-r--r-- | src/plugins/fset/fset-config.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/plugins/fset/fset-config.h b/src/plugins/fset/fset-config.h index cb7d4c3b6..f53751017 100644 --- a/src/plugins/fset/fset-config.h +++ b/src/plugins/fset/fset-config.h @@ -39,8 +39,6 @@ extern struct t_config_option *fset_config_look_use_keys; extern struct t_config_option *fset_config_look_use_mute; extern struct t_config_option *fset_config_format_option[2]; -extern struct t_config_option *fset_config_format_option_marked[2]; -extern struct t_config_option *fset_config_format_option_selected[2]; extern struct t_config_option *fset_config_format_export_help; extern struct t_config_option *fset_config_format_export_option; extern struct t_config_option *fset_config_format_export_option_null; @@ -55,6 +53,8 @@ extern struct t_config_option *fset_config_color_help_name; extern struct t_config_option *fset_config_color_help_quotes; extern struct t_config_option *fset_config_color_help_values; extern struct t_config_option *fset_config_color_index[2]; +extern struct t_config_option *fset_config_color_line_marked_bg[2]; +extern struct t_config_option *fset_config_color_line_selected_bg[2]; extern struct t_config_option *fset_config_color_marked[2]; extern struct t_config_option *fset_config_color_max[2]; extern struct t_config_option *fset_config_color_min[2]; @@ -82,8 +82,7 @@ extern struct t_config_option *fset_config_color_value_undef[2]; extern char **fset_config_sort_fields; extern int fset_config_sort_fields_count; -extern char *fset_config_eval_format_option_marked[2]; -extern char *fset_config_eval_format_option_selected[2]; +extern int fset_config_format_option_num_lines[2]; extern int fset_config_init (); extern int fset_config_read (); |