config: typo: osc8-underline=always means ALWAYS

This commit is contained in:
Daniel Eklöf 2021-02-19 08:44:38 +01:00
parent 35779ec4e5
commit 21a355f38a
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -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'; "