diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2017-06-01 21:53:14 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2017-06-25 16:35:27 +0200 |
commit | 7a08099d1808e6e2e5b6377470c023e7ff662803 (patch) | |
tree | 950a6aefc2e336548fb07a94af28bc9b313cb4d7 /src/plugins/fset/fset-config.h | |
parent | 7336c932702b817f87b118e73c724d388f40a9ee (diff) | |
download | weechat-7a08099d1808e6e2e5b6377470c023e7ff662803.zip |
fset: add options fset.color.quotes_changed and fset.color.quotes_changed_selected
Diffstat (limited to 'src/plugins/fset/fset-config.h')
-rw-r--r-- | src/plugins/fset/fset-config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/fset/fset-config.h b/src/plugins/fset/fset-config.h index 80fef6f4d..ba0fd5f10 100644 --- a/src/plugins/fset/fset-config.h +++ b/src/plugins/fset/fset-config.h @@ -50,6 +50,7 @@ extern struct t_config_option *fset_config_color_name[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_string_values[2]; extern struct t_config_option *fset_config_color_type[2]; extern struct t_config_option *fset_config_color_unmarked[2]; |