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

trigger: add option trigger.look.monitor_strip_colors

This commit is contained in:
Sebastien Helleu
2014-02-10 13:28:45 +01:00
parent 9b3d2eeec7
commit 93d3375440
3 changed files with 9 additions and 6 deletions
+5 -5
View File
@@ -33,7 +33,7 @@ struct t_config_section *trigger_config_section_trigger = NULL;
/* trigger config, look section */
struct t_config_option *trigger_config_look_test;
struct t_config_option *trigger_config_look_monitor_strip_colors;
/* trigger config, color section */
@@ -545,11 +545,11 @@ trigger_config_init ()
return 0;
}
trigger_config_look_test = weechat_config_new_option (
trigger_config_look_monitor_strip_colors = weechat_config_new_option (
trigger_config_file, ptr_section,
"test", "boolean",
"",
NULL, 0, 0, "on", NULL, 0, NULL, NULL,
"monitor_strip_colors", "boolean",
N_("strip colors in hashtable values displayed on monitor buffer"),
NULL, 0, 0, "off", NULL, 0, NULL, NULL,
NULL, NULL, NULL, NULL);
/* color */