commit | 81ccbf199f0d553efdd57bec9bb8e23d91d2fb0d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Apr 15 21:05:30 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Apr 15 21:05:30 2020 +0200 |
tree | e956c28efafc5d86e6e1387b2c73a4f61984846e | |
parent | edd327cc070d9a05c12e88bc5c43a1e2a3086ae6 [diff] [blame] |
patch 8.2.0581: Win32 console: the cursor position is always top-left Problem: Win32 console: the cursor position is always top-left. Solution: Revert the patch for restoring screen.
diff --git a/src/version.c b/src/version.c index 0f0ee6d..6464bc5 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 581, +/**/ 580, /**/ 579,