mirror of
https://github.com/neovim/neovim.git
synced 2025-10-06 18:06:30 +00:00
feat(lua): vim.ui_attach to get ui events from lua
Co-authored-by: Famiu Haque <famiuhaque@protonmail.com>
This commit is contained in:
@@ -223,6 +223,7 @@ void nvim_ui_attach(uint64_t channel_id, Integer width, Integer height, Dictiona
|
||||
ui->msg_set_pos = remote_ui_msg_set_pos;
|
||||
ui->event = remote_ui_event;
|
||||
ui->inspect = remote_ui_inspect;
|
||||
ui->win_viewport = remote_ui_win_viewport;
|
||||
|
||||
CLEAR_FIELD(ui->ui_ext);
|
||||
|
||||
|
Reference in New Issue
Block a user