mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-07 04:06:07 -05:00
config: typo: osc8-underline=always means ALWAYS
This commit is contained in:
parent
35779ec4e5
commit
21a355f38a
1 changed files with 1 additions and 1 deletions
2
config.c
2
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'; "
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue