From a2be9c7218d7fb431191cd6146fba61bcd1e193e Mon Sep 17 00:00:00 2001 From: Björn Linse Date: Tue, 1 Jan 2019 12:46:47 +0100 Subject: ui: multigrid mouse support --- runtime/doc/ui.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'runtime') diff --git a/runtime/doc/ui.txt b/runtime/doc/ui.txt index 9acd8b2c5a..8235f3a238 100644 --- a/runtime/doc/ui.txt +++ b/runtime/doc/ui.txt @@ -525,6 +525,7 @@ tabs. See |ui-linegrid| for grid events. See |nvim_ui_try_resize_grid| in |api-ui| to request changing the grid size. +See |nvim_input_mouse| for sending mouse events to Nvim. ============================================================================== Popupmenu Events *ui-popupmenu* -- cgit