mirror of
https://github.com/weechat/weechat.git
synced 2026-07-10 03:33:12 +02:00
irc: rename option irc.color.item_channel_modes to weechat.color.status_modes
This commit is contained in:
@@ -285,6 +285,7 @@ struct t_config_option *config_color_status_data_msg = NULL;
|
||||
struct t_config_option *config_color_status_data_other = NULL;
|
||||
struct t_config_option *config_color_status_data_private = NULL;
|
||||
struct t_config_option *config_color_status_filter = NULL;
|
||||
struct t_config_option *config_color_status_modes = NULL;
|
||||
struct t_config_option *config_color_status_more = NULL;
|
||||
struct t_config_option *config_color_status_mouse = NULL;
|
||||
struct t_config_option *config_color_status_name = NULL;
|
||||
@@ -4881,6 +4882,14 @@ config_weechat_init_options ()
|
||||
NULL, NULL, NULL,
|
||||
&config_change_color, NULL, NULL,
|
||||
NULL, NULL, NULL);
|
||||
config_color_status_modes = config_file_new_option (
|
||||
weechat_config_file, weechat_config_section_color,
|
||||
"status_modes", "color",
|
||||
N_("text color for buffer modes in status bar"),
|
||||
NULL, -1, 0, "default", NULL, 0,
|
||||
NULL, NULL, NULL,
|
||||
&config_change_color, NULL, NULL,
|
||||
NULL, NULL, NULL);
|
||||
config_color_status_more = config_file_new_option (
|
||||
weechat_config_file, weechat_config_section_color,
|
||||
"status_more", "color",
|
||||
|
||||
@@ -337,6 +337,7 @@ extern struct t_config_option *config_color_status_data_msg;
|
||||
extern struct t_config_option *config_color_status_data_other;
|
||||
extern struct t_config_option *config_color_status_data_private;
|
||||
extern struct t_config_option *config_color_status_filter;
|
||||
extern struct t_config_option *config_color_status_modes;
|
||||
extern struct t_config_option *config_color_status_more;
|
||||
extern struct t_config_option *config_color_status_mouse;
|
||||
extern struct t_config_option *config_color_status_name;
|
||||
|
||||
Reference in New Issue
Block a user