aboutsummaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorBjörn Linse <bjorn.linse@gmail.com>2019-01-01 12:46:47 +0100
committerBjörn Linse <bjorn.linse@gmail.com>2019-01-20 10:32:05 +0100
commita2be9c7218d7fb431191cd6146fba61bcd1e193e (patch)
tree6a18ff845b028572d6aa1f35900b571821a2082d /runtime
parent8a5c68f6959f8d315adb126ff49fd1970e7e75be (diff)
downloadrneovim-a2be9c7218d7fb431191cd6146fba61bcd1e193e.tar.gz
rneovim-a2be9c7218d7fb431191cd6146fba61bcd1e193e.tar.bz2
rneovim-a2be9c7218d7fb431191cd6146fba61bcd1e193e.zip
ui: multigrid mouse support
Diffstat (limited to 'runtime')
-rw-r--r--runtime/doc/ui.txt1
1 files changed, 1 insertions, 0 deletions
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*