commit | 1c84493bbeda1d58b70e9b2b7723ce92fb2a49d4 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jul 24 23:36:41 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jul 24 23:36:41 2017 +0200 |
tree | ae90c9b701cb57517f9330071f3e4267ee07e0c7 | |
parent | 86067eb05ef01ff4acea9b006506b2b4abd3a3eb [diff] [blame] |
patch 8.0.0771: cursor in terminal window not always updated in GUI Problem: Cursor in a terminal window not always updated in the GUI. Solution: Call gui_update_cursor(). (Yasuhiro Matsumoto, closes #1868)
diff --git a/src/version.c b/src/version.c index 44e4404..10189f4 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 771, +/**/ 770, /**/ 769,