commit | 0e23e9c5e74dbf0e5eec710c41c9eaed35794682 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jul 30 18:47:19 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jul 30 18:47:19 2017 +0200 |
tree | b6d2b29dba71f64dd49240e5f4cc942eda8cc142 | |
parent | 97870002d30a9846374d1ff7d73fbef351046f20 [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index 5b831d4..2d4c50e 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 819, +/**/ 818, /**/ 817,