From 98272393feefa03a0a995d22190cc3296bfb0e6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Mon, 19 Jun 2017 21:41:48 +0200 Subject: fset: add ${newline} to display options on multiple lines, replace format options by colors for background --- src/plugins/fset/fset-config.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (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 cb7d4c3b6..f53751017 100644 --- a/src/plugins/fset/fset-config.h +++ b/src/plugins/fset/fset-config.h @@ -39,8 +39,6 @@ extern struct t_config_option *fset_config_look_use_keys; extern struct t_config_option *fset_config_look_use_mute; extern struct t_config_option *fset_config_format_option[2]; -extern struct t_config_option *fset_config_format_option_marked[2]; -extern struct t_config_option *fset_config_format_option_selected[2]; extern struct t_config_option *fset_config_format_export_help; extern struct t_config_option *fset_config_format_export_option; extern struct t_config_option *fset_config_format_export_option_null; @@ -55,6 +53,8 @@ extern struct t_config_option *fset_config_color_help_name; extern struct t_config_option *fset_config_color_help_quotes; extern struct t_config_option *fset_config_color_help_values; extern struct t_config_option *fset_config_color_index[2]; +extern struct t_config_option *fset_config_color_line_marked_bg[2]; +extern struct t_config_option *fset_config_color_line_selected_bg[2]; extern struct t_config_option *fset_config_color_marked[2]; extern struct t_config_option *fset_config_color_max[2]; extern struct t_config_option *fset_config_color_min[2]; @@ -82,8 +82,7 @@ extern struct t_config_option *fset_config_color_value_undef[2]; extern char **fset_config_sort_fields; extern int fset_config_sort_fields_count; -extern char *fset_config_eval_format_option_marked[2]; -extern char *fset_config_eval_format_option_selected[2]; +extern int fset_config_format_option_num_lines[2]; extern int fset_config_init (); extern int fset_config_read (); -- cgit v1.2.3