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

@ -1290,7 +1290,7 @@ render_csd(struct terminal *term)
static void
render_scrollback_position(struct terminal *term)
{
if (!term->conf->show_scrollback_position)
if (!term->conf->scrollback_indicator)
return;
/* Find absolute row number of the scrollback start */