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

@ -1363,7 +1363,7 @@ render_scrollback_position(struct terminal *term)
/* *What* to render */
switch (term->conf->scrollback.indicator.format) {
case SCROLLBACK_INDICATOR_FORMAT_PERCENT:
case SCROLLBACK_INDICATOR_FORMAT_PERCENTAGE:
swprintf(text, sizeof(text) / sizeof(text[0]), L"%u%%", percent);
cell_count = 3;
break;