commit | 1a735d6c9bf4204492b9f9aeba280737fab46ed3 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Sep 08 16:25:54 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Sep 08 16:25:54 2017 +0200 |
tree | 0dde0994768eb1dbe117b7c642f908d3b0d69776 | |
parent | 2dc9d26c14e410c09e538cccfa90da19ae344ba4 [diff] [blame] |
patch 8.0.1075: MS-Windows: mouse does not work in terminal Problem: MS-Windows: mouse does not work in terminal. Solution: Force the winpty mouse on. (Yasuhiro Matsumoto, closes #2072)
diff --git a/src/version.c b/src/version.c index 2ab1b17..f8a10e3 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1075, +/**/ 1074, /**/ 1073,