From c12b7ffd3ea81480fb33bb1b2ef062e0ba87b1ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sat, 22 Apr 2023 15:42:57 +0200 Subject: [PATCH] core: enable option weechat.look.color_inactive_time by default (issue #1920) --- src/core/wee-config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/wee-config.c b/src/core/wee-config.c index 5f2a440ee..748392f6f 100644 --- a/src/core/wee-config.c +++ b/src/core/wee-config.c @@ -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);