forked from aniani/vim
patch 8.0.1582: in the MS-Windows console mouse movement is not used
Problem: In the MS-Windows console mouse movement is not used. Solution: Pass mouse movement events when useful.
This commit is contained in:
@@ -1318,7 +1318,7 @@
|
||||
/*
|
||||
* +balloon_eval_term Allow balloon expression evaluation in the terminal.
|
||||
*/
|
||||
#if defined(FEAT_HUGE) && defined(UNIX) && defined(FEAT_TIMERS)
|
||||
#if defined(FEAT_HUGE) && (defined(UNIX) || defined(WIN32)) && defined(FEAT_TIMERS)
|
||||
# define FEAT_BEVAL_TERM
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user