mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-28 01:40:17 -05:00
config: osc8-underline: default to ‘url-mode’
This commit is contained in:
parent
2074f8b656
commit
35779ec4e5
1 changed files with 1 additions and 1 deletions
2
config.c
2
config.c
|
|
@ -2256,7 +2256,7 @@ config_load(struct config *conf, const char *conf_path,
|
||||||
.argv = NULL,
|
.argv = NULL,
|
||||||
},
|
},
|
||||||
|
|
||||||
.osc8_underline = OSC8_UNDERLINE_ALWAYS,
|
.osc8_underline = OSC8_UNDERLINE_URL_MODE,
|
||||||
|
|
||||||
.tweak = {
|
.tweak = {
|
||||||
.fcft_filter = FCFT_SCALING_FILTER_LANCZOS3,
|
.fcft_filter = FCFT_SCALING_FILTER_LANCZOS3,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue