1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-26 21:06:38 +02:00

core: remove options trigger.color.trigger and trigger.color.trigger_disabled (issue #1820)

These options are used instead:

- weechat.color.chat_status_disabled
- weechat.color.chat_status_enabled
This commit is contained in:
Sébastien Helleu
2023-05-01 20:16:59 +02:00
parent b8f9b83500
commit 385b1d0133
19 changed files with 31 additions and 265 deletions
+1 -1
View File
@@ -341,7 +341,7 @@ trigger_buffer_display_trigger (struct t_trigger *trigger,
weechat_color (weechat_config_string (trigger_config_color_identifier)),
context->id,
trigger_hook_type_string[weechat_config_integer (trigger->options[TRIGGER_OPTION_HOOK])],
weechat_color (weechat_config_string (trigger_config_color_trigger)),
weechat_color ("chat_status_enabled"),
trigger->name,
weechat_color ("chat_delimiters"),
weechat_color ("reset"),