commit | 0cbba82359ff9f061aa65632cec7b6b57ae6d6e7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Aug 21 21:39:28 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Aug 21 21:39:28 2017 +0200 |
tree | c97fc13442bec33d20f0b68f1f880dd205ee8d88 | |
parent | b109bb4e1208753cb286b39992b58126d5aa4ce6 [diff] [blame] |
patch 8.0.0981: cursor in terminal window blinks by default Problem: Cursor in terminal window blinks by default, while in a real xterm it does not blink, unless the -bc argument is used. Solution: Do not use a blinking cursor by default.
diff --git a/src/version.c b/src/version.c index c8ae297..25ec8cb 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 981, +/**/ 980, /**/ 979,