mirror of
https://github.com/irssi/irssi.git
synced 2026-08-23 02:22:36 +02:00
Merge remote-tracking branch 'upstream/master'
This commit is contained in:
commit
23d0d036a4
1 changed files with 1 additions and 1 deletions
|
|
@ -293,7 +293,7 @@ void term_window_scroll(TERM_WINDOW *window, int count)
|
||||||
term_move_reset(vcx, vcy);
|
term_move_reset(vcx, vcy);
|
||||||
|
|
||||||
/* set the newly scrolled area dirty */
|
/* set the newly scrolled area dirty */
|
||||||
for (y = 0; y < window->height; y++)
|
for (y = 0; (window->y+y) < term_height && y < window->height; y++)
|
||||||
term_lines_empty[window->y+y] = FALSE;
|
term_lines_empty[window->y+y] = FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue