mirror of
https://github.com/neovim/neovim.git
synced 2025-10-02 16:08:36 +00:00
vim-patch:8.0.1138: click in window toolbar starts Visual mode
Problem: Click in window toolbar starts Visual mode.
Solution: Add the MOUSE_WINBAR flag.
eb163d73b1
This commit is contained in:
@@ -16,6 +16,7 @@
|
||||
#define CURSOR_MOVED 0x100
|
||||
#define MOUSE_FOLD_CLOSE 0x200 // clicked on '-' in fold column
|
||||
#define MOUSE_FOLD_OPEN 0x400 // clicked on '+' in fold column
|
||||
#define MOUSE_WINBAR 0x800 // in window toolbar
|
||||
|
||||
// flags for jump_to_mouse()
|
||||
#define MOUSE_FOCUS 0x01 // need to stay in this window
|
||||
|
Reference in New Issue
Block a user