commit | 5830232c021102e47a4e6fc81857604e4a031ddf | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Aug 22 20:33:53 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Aug 22 20:33:53 2017 +0200 |
tree | 9d153fead3c0a0dc720f1c56009609cf1c3c5bd5 | |
parent | 3f9a1ff141412e9e85f7dff47d02946cb9be9228 [diff] [blame] |
patch 8.0.0984: terminal blinking cursor not correct in the GUI Problem: Terminal blinking cursor not correct in the GUI. Solution: Set blinkoff correctly. Also make the cursor blink on MS-Windows by default. (Ken Takata)
diff --git a/src/version.c b/src/version.c index a5cb078..0383e58 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 984, +/**/ 983, /**/ 982,