mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-21 05:33:45 -04: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)
|
if (strcmp(value, "url-mode") == 0)
|
||||||
conf->osc8_underline = OSC8_UNDERLINE_URL_MODE;
|
conf->osc8_underline = OSC8_UNDERLINE_URL_MODE;
|
||||||
else if (strcmp(value, "always") == 0)
|
else if (strcmp(value, "always") == 0)
|
||||||
conf->osc8_underline = OSC8_UNDERLINE_URL_MODE;
|
conf->osc8_underline = OSC8_UNDERLINE_ALWAYS;
|
||||||
else {
|
else {
|
||||||
LOG_AND_NOTIFY_ERR(
|
LOG_AND_NOTIFY_ERR(
|
||||||
"%s:%u: [default]: %s: invalid 'osc8-underline'; "
|
"%s:%u: [default]: %s: invalid 'osc8-underline'; "
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue