mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-21 01:40:16 -05:00
config: add 'show-scrollback-position' option to footrc
This commit is contained in:
parent
b1950ac222
commit
2c6f7adc17
4 changed files with 9 additions and 2 deletions
2
render.c
2
render.c
|
|
@ -1290,10 +1290,8 @@ render_csd(struct terminal *term)
|
|||
static void
|
||||
render_scrollback_position(struct terminal *term)
|
||||
{
|
||||
#if 0
|
||||
if (!term->conf->show_scrollback_position)
|
||||
return;
|
||||
#endif
|
||||
|
||||
/* Find absolute row number of the scrollback start */
|
||||
int scrollback_start = term->grid->offset + term->rows;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue