commit | 157d813be41c122e210b0eb1cd1e862fbddbf665 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Mar 06 17:09:20 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Mar 06 17:09:20 2018 +0100 |
tree | fec3f8efc523ec6e6ff688cd57f03526c204d66f | |
parent | 3b3a9a5609df2cbaef3512032ac47c1779fbc775 [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index 002aded..ff708a0 100644 --- a/src/version.c +++ b/src/version.c
@@ -767,6 +767,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1582, +/**/ 1581, /**/ 1580,