1
0
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:
Bram Moolenaar
2018-03-06 17:09:20 +01:00
parent 3b3a9a5609
commit 157d813be4
4 changed files with 28 additions and 4 deletions

View File

@@ -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