diff options
author | Björn Linse <bjorn.linse@gmail.com> | 2021-01-01 20:04:09 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-01 20:04:09 +0100 |
commit | 90f619f140f0736f67fef796d58203fe261c43af (patch) | |
tree | b6ee6639b7ac844a6aa18104591902cf416908ab /runtime | |
parent | f3a8c930a4b901c5313701849e7010f098bf22e6 (diff) | |
parent | 6db86cb2d3d4ca152f156dc07362f8796150fae0 (diff) | |
download | rneovim-90f619f140f0736f67fef796d58203fe261c43af.tar.gz rneovim-90f619f140f0736f67fef796d58203fe261c43af.tar.bz2 rneovim-90f619f140f0736f67fef796d58203fe261c43af.zip |
Merge pull request #13592 from bfredl/setmouse
ui: make 'mouse' handling in external UI more consistent
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/doc/ui.txt | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/runtime/doc/ui.txt b/runtime/doc/ui.txt index e5c6b9b1b7..0a8584927e 100644 --- a/runtime/doc/ui.txt +++ b/runtime/doc/ui.txt @@ -213,11 +213,9 @@ the editor. ["mouse_on"] ["mouse_off"] - |'mouse'| was enabled/disabled in the current editor mode. Useful for - a terminal UI, or other situations where Nvim mouse would conflict - with other usages of the mouse. UIs may ignore this and always send - mouse input, because 'mouse' decides the behavior of |nvim_input()| - implicitly. + 'mouse' was enabled/disabled in the current editor mode. Useful for + a terminal UI, or embedding into an application where Nvim mouse would + conflict with other usages of the mouse. Other UI:s may ignore this event. ["busy_start"] ["busy_stop"] |