From 3515134b190220eb5c3dc693cc6e94e46037d341 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Tue, 30 May 2017 21:10:20 +0200 Subject: fset: add ${description}, add options fset.color.description and fset.color.description_selected --- src/plugins/fset/fset-config.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/plugins/fset/fset-config.h') 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]; -- cgit v1.2.3