config: scrollback-indicator-format: percent -> percentage

This commit is contained in:
Daniel Eklöf 2020-07-26 11:39:02 +02:00
parent 9a9e876d6e
commit 50d116dcb9
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
5 changed files with 13 additions and 11 deletions

View file

@ -50,7 +50,7 @@ struct config {
} style;
enum {
SCROLLBACK_INDICATOR_FORMAT_PERCENT,
SCROLLBACK_INDICATOR_FORMAT_PERCENTAGE,
SCROLLBACK_INDICATOR_FORMAT_LINENO
} format;
} indicator;