1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-08 10:43:13 +02:00

fset: add allowed values for integers in help bar, rename option fset.color.help_string_values to fset.color.help_values

This commit is contained in:
Sébastien Helleu
2017-06-09 22:04:30 +02:00
parent 986ccff885
commit 6bbc2f3f4c
3 changed files with 44 additions and 15 deletions
+4 -4
View File
@@ -61,7 +61,7 @@ struct t_config_option *fset_config_color_help_default_value;
struct t_config_option *fset_config_color_help_description;
struct t_config_option *fset_config_color_help_name;
struct t_config_option *fset_config_color_help_quotes;
struct t_config_option *fset_config_color_help_string_values;
struct t_config_option *fset_config_color_help_values;
struct t_config_option *fset_config_color_marked[2];
struct t_config_option *fset_config_color_max[2];
struct t_config_option *fset_config_color_min[2];
@@ -539,10 +539,10 @@ fset_config_init ()
NULL, NULL, NULL,
&fset_config_change_color_cb, NULL, NULL,
NULL, NULL, NULL);
fset_config_color_help_string_values = weechat_config_new_option (
fset_config_color_help_values = weechat_config_new_option (
fset_config_file, ptr_section,
"help_string_values", "color",
N_("color for string values"),
"help_values", "color",
N_("color for allowed values"),
NULL, 0, 0, "default", NULL, 0,
NULL, NULL, NULL,
&fset_config_change_color_cb, NULL, NULL,