1
0
forked from aniani/vim

patch 8.0.0819: cursor not positioned in terminal window

Problem:    After changing current window the cursor position in the terminal
            window is not updated.
Solution:   Set w_wrow, w_wcol and w_valid.
This commit is contained in:
Bram Moolenaar
2017-07-30 18:47:19 +02:00
parent 97870002d3
commit 0e23e9c5e7
2 changed files with 11 additions and 7 deletions

View File

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