1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-12 14:14:48 +02:00

core: enable option weechat.look.color_inactive_time by default (issue #1920)

This commit is contained in:
Sébastien Helleu
2023-04-22 15:42:57 +02:00
parent 156bdc6444
commit c12b7ffd3e
+1 -1
View File
@@ -3087,7 +3087,7 @@ config_weechat_init_options ()
N_("use a different color for inactive time (when window is not "
"current window, or if line is from a merged buffer not "
"selected)"),
NULL, 0, 0, "off", NULL, 0,
NULL, 0, 0, "on", NULL, 0,
NULL, NULL, NULL,
&config_change_buffers, NULL, NULL,
NULL, NULL, NULL);