summaryrefslogtreecommitdiff
path: root/src/plugins/fset/fset-config.h
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2017-05-30 21:10:20 +0200
committerSébastien Helleu <flashcode@flashtux.org>2017-06-25 16:35:27 +0200
commit3515134b190220eb5c3dc693cc6e94e46037d341 (patch)
treef935d66e6b2ae21285359450c55fb55fa4b09841 /src/plugins/fset/fset-config.h
parentef19c4ed90e69bb70fe1db4e7267c7999d629198 (diff)
downloadweechat-3515134b190220eb5c3dc693cc6e94e46037d341.zip
fset: add ${description}, add options fset.color.description and fset.color.description_selected
Diffstat (limited to 'src/plugins/fset/fset-config.h')
-rw-r--r--src/plugins/fset/fset-config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/fset/fset-config.h b/src/plugins/fset/fset-config.h
index e07232048..6452347f9 100644
--- a/src/plugins/fset/fset-config.h
+++ b/src/plugins/fset/fset-config.h
@@ -32,6 +32,7 @@ extern struct t_config_option *fset_config_format_option;
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_max[2];
extern struct t_config_option *fset_config_color_min[2];
extern struct t_config_option *fset_config_color_name[2];