Skip to content

Commit c414f8c

Browse files
committed
Fix the issue in a better and complete way as described in parsonsmatt/intero-neovim#153 (comment)
1 parent 01b4efe commit c414f8c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/nvim/terminal.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1115,6 +1115,7 @@ static void refresh_terminal(Terminal *term)
11151115
refresh_size(term, buf);
11161116
refresh_scrollback(term, buf);
11171117
refresh_screen(term, buf);
1118+
redraw_buf_later(buf, NOT_VALID);
11181119
});
11191120
long ml_added = buf->b_ml.ml_line_count - ml_before;
11201121
adjust_topline(term, buf, ml_added);

0 commit comments

Comments
 (0)