1
0
forked from aniani/vim

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)
This commit is contained in:
Bram Moolenaar
2023-04-29 14:26:02 +01:00
parent 971cd2b8bc
commit 58806c1553
2 changed files with 29 additions and 18 deletions

View File

@@ -695,6 +695,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1498,
/**/
1497,
/**/