diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2017-06-05 19:05:32 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2017-06-25 16:35:27 +0200 |
commit | d71524c582edbddc8222668c6aa4021da7a64c18 (patch) | |
tree | 3f411b5604a9c46aa2adc63320e3f8065c9a01ad /src/plugins/fset/fset-config.h | |
parent | 384b3adf9e0d00c68635d0a141b2a76e98243aab (diff) | |
download | weechat-d71524c582edbddc8222668c6aa4021da7a64c18.zip |
fset: add ${file}, ${section}, ${option}, add color options
Diffstat (limited to 'src/plugins/fset/fset-config.h')
-rw-r--r-- | src/plugins/fset/fset-config.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/plugins/fset/fset-config.h b/src/plugins/fset/fset-config.h index 7f74c2f86..85fdcd2b2 100644 --- a/src/plugins/fset/fset-config.h +++ b/src/plugins/fset/fset-config.h @@ -40,6 +40,8 @@ extern struct t_config_option *fset_config_format_option_current; extern struct t_config_option *fset_config_color_default_value[2]; extern struct t_config_option *fset_config_color_description[2]; +extern struct t_config_option *fset_config_color_file[2]; +extern struct t_config_option *fset_config_color_file_changed[2]; extern struct t_config_option *fset_config_color_help_default_value; extern struct t_config_option *fset_config_color_help_description; extern struct t_config_option *fset_config_color_help_name; @@ -50,10 +52,14 @@ extern struct t_config_option *fset_config_color_max[2]; extern struct t_config_option *fset_config_color_min[2]; extern struct t_config_option *fset_config_color_name[2]; extern struct t_config_option *fset_config_color_name_changed[2]; +extern struct t_config_option *fset_config_color_option[2]; +extern struct t_config_option *fset_config_color_option_changed[2]; extern struct t_config_option *fset_config_color_parent_name[2]; extern struct t_config_option *fset_config_color_parent_value[2]; extern struct t_config_option *fset_config_color_quotes[2]; extern struct t_config_option *fset_config_color_quotes_changed[2]; +extern struct t_config_option *fset_config_color_section[2]; +extern struct t_config_option *fset_config_color_section_changed[2]; extern struct t_config_option *fset_config_color_string_values[2]; extern struct t_config_option *fset_config_color_type[2]; extern struct t_config_option *fset_config_color_unmarked[2]; |