commit | 58806c1553afa2924377f6445ac6ed8cb852f9ca | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Apr 29 14:26:02 2023 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Apr 29 14:26:02 2023 +0100 |
tree | 11c6e8006686892fe9f826334c0d8a9cddfdd02e | |
parent | 971cd2b8bc3e3a7faa886162cd7568938c627882 [diff] [blame] |
patch 9.0.1498: in a terminal window the cursor may jump around Problem: In a terminal window the cursor may jump around. (Kenny Stauffer) Solution: Do not move the cursor to the position for terminal-normal mode. (closes #12312)
diff --git a/src/version.c b/src/version.c index 7bb63e9..ce94bc8 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1498, +/**/ 1497, /**/ 1496,