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,