config: osc8-underline: default to ‘url-mode’

This commit is contained in:
Daniel Eklöf 2021-02-16 11:24:57 +01:00
parent 2074f8b656
commit 35779ec4e5
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -2256,7 +2256,7 @@ config_load(struct config *conf, const char *conf_path,
.argv = NULL,
},
.osc8_underline = OSC8_UNDERLINE_ALWAYS,
.osc8_underline = OSC8_UNDERLINE_URL_MODE,
.tweak = {
.fcft_filter = FCFT_SCALING_FILTER_LANCZOS3,