mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-26 01:40:12 -05:00
config: rename show-scrollback-position to scrollback-indicator
This commit is contained in:
parent
2c6f7adc17
commit
e945063620
4 changed files with 6 additions and 6 deletions
2
render.c
2
render.c
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue