config: add 'show-scrollback-position' option to footrc

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

View file

@ -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;