:terminal : update buffer when switching tabpage #10700

fix #10696
This commit is contained in:
Adrien Fabre 2019-08-09 10:37:08 +02:00 committed by Justin M. Keyes
parent a48896c6e7
commit 47b7b471fa
1 changed files with 1 additions and 1 deletions

View File

@ -1306,7 +1306,7 @@ static void refresh_screen(Terminal *term, buf_T *buf)
static void adjust_topline(Terminal *term, buf_T *buf, long added)
{
FOR_ALL_WINDOWS_IN_TAB(wp, curtab) {
FOR_ALL_TAB_WINDOWS(tp, wp) {
if (wp->w_buffer == buf) {
linenr_T ml_end = buf->b_ml.ml_line_count;
bool following = ml_end == wp->w_cursor.lnum + added; // cursor at end?