mirror of
https://github.com/neovim/neovim.git
synced 2025-09-29 06:28:35 +00:00
fix(exit): the TUI should not ui_flush() itself (#21625)
This commit is contained in:
@@ -627,7 +627,9 @@ void os_exit(int r)
|
||||
{
|
||||
exiting = true;
|
||||
|
||||
ui_flush();
|
||||
if (!ui_client_channel_id) {
|
||||
ui_flush();
|
||||
}
|
||||
ui_call_stop();
|
||||
ml_close_all(true); // remove all memfiles
|
||||
|
||||
|
Reference in New Issue
Block a user