mirror of
https://github.com/neovim/neovim.git
synced 2025-10-06 01:46:29 +00:00
UI: add "compositor" layer to merge grids for TUI use in a correct way
Initially we will use this for the popupmenu, floating windows will follow soon NB: writedelay + compositor is weird, we need more flexible redraw introspection.
This commit is contained in:
@@ -139,7 +139,7 @@ void mch_exit(int r)
|
||||
exiting = true;
|
||||
|
||||
ui_flush();
|
||||
ui_builtin_stop();
|
||||
ui_call_stop();
|
||||
ml_close_all(true); // remove all memfiles
|
||||
|
||||
if (!event_teardown() && r == 0) {
|
||||
|
Reference in New Issue
Block a user