diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2023-04-22 14:39:41 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2023-04-26 21:08:06 +0200 |
commit | 6f1a66924ff0dd57e40c5fe6b817ff0b459b23cd (patch) | |
tree | 725bd996630c0e25c6a86350ac1bfcf85d467a96 /src/plugins/fset/fset-config.h | |
parent | c4c4ae3715de1427414755d6c4334575377a0aae (diff) | |
download | weechat-6f1a66924ff0dd57e40c5fe6b817ff0b459b23cd.zip |
fset: add options fset.color.color_name and fset.color.color_name_selected (issue #1920)
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 75cf3f16a..2579acce1 100644 --- a/src/plugins/fset/fset-config.h +++ b/src/plugins/fset/fset-config.h @@ -44,6 +44,7 @@ extern struct t_config_option *fset_config_format_export_option; extern struct t_config_option *fset_config_format_export_option_null; extern struct t_config_option *fset_config_format_option[2]; +extern struct t_config_option *fset_config_color_color_name[2]; 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]; |