commit | 93c92eff26cbf6b1f1a81891ebaf53ee3fb86d51 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Aug 19 21:11:57 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Aug 19 21:11:57 2017 +0200 |
tree | b1edec4fbccf3e40ab88446e2bed724dfcc673d1 | |
parent | fc8bec0be4d1354f20fc4f514e47e98280b9d64a [diff] [blame] |
patch 8.0.0967: using a terminal may cause the cursor to blink Problem: Using a terminal may cause the cursor to blink. Solution: Do not set t_vs, since we cannot restore the old blink state.
diff --git a/src/version.c b/src/version.c index f269605..28dffea 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 967, +/**/ 966, /**/ 965,