terminal: do not call redraw_buf_later() (#8306)

fixes #8290
This commit is contained in:
Justin M. Keyes
2018-04-21 04:11:45 +02:00
committed by GitHub
parent be2a3ddd58
commit fe5f38d8bd
2 changed files with 37 additions and 1 deletions

View File

@@ -1097,7 +1097,6 @@ static void refresh_terminal(Terminal *term)
refresh_size(term, buf);
refresh_scrollback(term, buf);
refresh_screen(term, buf);
redraw_buf_later(buf, NOT_VALID);
});
long ml_added = buf->b_ml.ml_line_count - ml_before;
adjust_topline(term, buf, ml_added);