commit | f49a6922596ea88856da802fe33df953b7d77ecb | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jul 15 20:37:05 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jul 15 20:37:05 2019 +0200 |
tree | 8e7cdeda84c065a50b66ef24faa54d18e583f9c7 | |
parent | 41a82604453080d0011f281532582d3bd360df4a [diff] [blame] |
patch 8.1.1695: Windows 10: crash when cursor is at bottom of terminal Problem: Windows 10: crash when cursor is at bottom of terminal. Solution: Position the cursor before resizing. (Yasuhiro Matsumoto, closes #4679)
diff --git a/src/version.c b/src/version.c index cca8b5b..a159615 100644 --- a/src/version.c +++ b/src/version.c
@@ -778,6 +778,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1695, +/**/ 1694, /**/ 1693,