forked from aniani/vim
patch 8.2.4674: cannot force getting MouseMove events
Problem: Cannot force getting MouseMove events. Solution: Add the 'mousemoveevent' option with implementaiton for the GUI. (Ernie Rael, closes #10044)
This commit is contained in:
committed by
Bram Moolenaar
parent
8ef6997e2d
commit
c4cb544cd5
@@ -760,6 +760,9 @@ EXTERN int p_mousef; // 'mousefocus'
|
||||
EXTERN int p_mh; // 'mousehide'
|
||||
#endif
|
||||
EXTERN char_u *p_mousem; // 'mousemodel'
|
||||
#ifdef FEAT_GUI
|
||||
EXTERN int p_mousemev; // 'mousemoveevent'
|
||||
#endif
|
||||
EXTERN long p_mouset; // 'mousetime'
|
||||
EXTERN int p_more; // 'more'
|
||||
#ifdef FEAT_MZSCHEME
|
||||
|
Reference in New Issue
Block a user