mirror of
https://github.com/neovim/neovim.git
synced 2025-09-16 00:08:19 +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:
@@ -154,6 +154,7 @@ void event_init(void)
|
||||
remote_ui_init();
|
||||
api_vim_init();
|
||||
terminal_init();
|
||||
ui_init();
|
||||
}
|
||||
|
||||
/// @returns false if main_loop could not be closed gracefully
|
||||
|
Reference in New Issue
Block a user