0
0
mirror of https://github.com/vim/vim.git synced 2025-09-23 03:43:49 -04:00

patch 8.2.2963: GUI: mouse move may start Visual mode with a popup visible

Problem:    GUI: mouse move may start Visual mode with a popup visible.
Solution:   Add special code for mouse move. (closes #8318)
This commit is contained in:
Bram Moolenaar
2021-06-08 20:13:31 +02:00
parent dc73b4b75d
commit 445f11d5bc
5 changed files with 15 additions and 3 deletions

View File

@@ -1859,6 +1859,8 @@ typedef int sock_T;
#define MOUSE_6 0x500 // scroll wheel left
#define MOUSE_7 0x600 // scroll wheel right
#define MOUSE_MOVE 0x700 // report mouse moved
// 0x20 is reserved by xterm
#define MOUSE_DRAG_XTERM 0x40