Merge branch 'message-fix' into master

This commit is contained in:
Daniel Eklöf 2020-08-23 19:18:27 +02:00
commit a2257cb082
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -409,7 +409,7 @@ parse_section_scrollback(const char *key, const char *value, struct config *conf
conf->scrollback.indicator.position = SCROLLBACK_INDICATOR_POSITION_RELATIVE;
else {
LOG_AND_NOTIFY_ERR("%s:%d: [scrollback]: indicator-position must be one of "
"'none', 'fixed' or 'moving'",
"'none', 'fixed' or 'relative'",
path, lineno);
return false;
}