mirror of
https://github.com/neovim/neovim.git
synced 2025-10-18 15:51:50 +00:00
terminfo_start: keep first flushing of ui buffer (#11118)
Initially done in3626d2107
(#11074, for #11062), it was reverted then in445f2f409
(#11083, which added flushing later). But it is still required here to avoid the reporting of the background response with urxvt/kitty (`nvim -u NONE -cq`). Apparently I've tested this not enough with445f2f409
(probably only within tmux).
This commit is contained in:
@@ -312,6 +312,7 @@ static void terminfo_start(UI *ui)
|
||||
uv_pipe_init(&data->write_loop, &data->output_handle.pipe, 0);
|
||||
uv_pipe_open(&data->output_handle.pipe, data->out_fd);
|
||||
}
|
||||
flush_buf(ui);
|
||||
}
|
||||
|
||||
static void terminfo_stop(UI *ui)
|
||||
|
Reference in New Issue
Block a user