commit | 4db2554954056f21f2ba4cf4988c652745d7042a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Aug 28 22:43:05 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Aug 28 22:43:05 2017 +0200 |
tree | 8a8a1fb3c3180dc94ac84497b697b8b5f5558baf | |
parent | 1dccf6351dd37e648b2e15fb9f9f71ceba88d446 [diff] [blame] |
patch 8.0.1009: Xterm cursor blinking status may be inverted Problem: Xterm cursor blinking status may be inverted. Solution: Use another request to get the blink status and compare with the cursor style report
diff --git a/src/version.c b/src/version.c index ae7e6ed..6631bd0 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1009, +/**/ 1008, /**/ 1007,