commit | be0b72977f1f1de14f231b5879d5c600ba72c6a6 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Aug 24 21:48:26 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Aug 24 21:48:26 2017 +0200 |
tree | 800393511c1fd10868745b8dda05a9851e7eefc9 | |
parent | f6d9f96b2d67327bbadd7210acc7c6028439bbcd [diff] [blame] |
patch 8.0.0994: MS-Windows: cursor in terminal blinks undesirably Problem: MS-Windows: cursor in terminal blinks even though the blinking cursor was disabled on the system. Solution: Use GetCaretBlinkTime(). (Ken Takata)
diff --git a/src/version.c b/src/version.c index e54b7bc..3180539 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 994, +/**/ 993, /**/ 992,