From 21a355f38a03391f7d9fc2a67b46e5214102c59a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Fri, 19 Feb 2021 08:44:38 +0100 Subject: [PATCH] config: typo: osc8-underline=always means ALWAYS --- config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.c b/config.c index 1cd6d0cb..cee12a6c 100644 --- a/config.c +++ b/config.c @@ -795,7 +795,7 @@ parse_section_main(const char *key, const char *value, struct config *conf, if (strcmp(value, "url-mode") == 0) conf->osc8_underline = OSC8_UNDERLINE_URL_MODE; else if (strcmp(value, "always") == 0) - conf->osc8_underline = OSC8_UNDERLINE_URL_MODE; + conf->osc8_underline = OSC8_UNDERLINE_ALWAYS; else { LOG_AND_NOTIFY_ERR( "%s:%u: [default]: %s: invalid 'osc8-underline'; "