commit | fc716d725613c3b5934e7eac6573adde8e4f8183 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jul 25 23:08:47 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jul 25 23:08:47 2017 +0200 |
tree | 0efb346d07ccec6caf623323444634e54fb0de3b | |
parent | 8f14bb58cb7db31797bc1e5ab5c8080dcbb55b98 [diff] [blame] |
patch 8.0.0775: in a terminal the cursor is updated too often Problem: In a terminal the cursor is updated too often. Solution: Only flush when needed. (Yasuhiro Matsumoto). Remeber whether the cursor is visible. (closes #1873)
diff --git a/src/version.c b/src/version.c index 59f5a90..c48806a 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 775, +/**/ 774, /**/ 773,