mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-15 22:05:24 -05:00
config: fix error message for 'scrollback-indicator-style'
This commit is contained in:
parent
be7d0a5615
commit
d180de00a9
1 changed files with 1 additions and 1 deletions
2
config.c
2
config.c
|
|
@ -300,7 +300,7 @@ parse_section_main(const char *key, const char *value, struct config *conf,
|
||||||
conf->scrollback.indicator.style = SCROLLBACK_INDICATOR_STYLE_RELATIVE;
|
conf->scrollback.indicator.style = SCROLLBACK_INDICATOR_STYLE_RELATIVE;
|
||||||
else {
|
else {
|
||||||
LOG_ERR("%s:%d: scrollback-indicator-style must be one of "
|
LOG_ERR("%s:%d: scrollback-indicator-style must be one of "
|
||||||
"'none', 'static' or 'moving'",
|
"'none', 'fixed' or 'moving'",
|
||||||
path, lineno);
|
path, lineno);
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue