mirror of
https://github.com/neovim/neovim.git
synced 2025-10-01 15:38:33 +00:00
feat(ui_client): handle resize events
This commit is contained in:
@@ -92,6 +92,7 @@ void ui_client_execute(uint64_t chan)
|
||||
{
|
||||
while (true) {
|
||||
loop_poll_events(&main_loop, -1);
|
||||
multiqueue_process_events(resize_events);
|
||||
}
|
||||
|
||||
getout(0);
|
||||
|
Reference in New Issue
Block a user