config: rename show-scrollback-position to scrollback-indicator

This commit is contained in:
Daniel Eklöf 2020-07-24 18:26:44 +02:00
parent 2c6f7adc17
commit e945063620
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
4 changed files with 6 additions and 6 deletions

View file

@ -40,7 +40,7 @@ struct config {
tll(struct config_font) fonts;
int scrollback_lines;
bool show_scrollback_position;
bool scrollback_indicator;
struct {
uint32_t fg;