patch 8.0.1009: Xterm cursor blinking status may be inverted v8.0.1009
authorBram Moolenaar <Bram@vim.org>
Mon, 28 Aug 2017 20:43:05 +0000 (22:43 +0200)
committerBram Moolenaar <Bram@vim.org>
Mon, 28 Aug 2017 20:43:05 +0000 (22:43 +0200)
commit4db2554954056f21f2ba4cf4988c652745d7042a
tree8a8a1fb3c3180dc94ac84497b697b8b5f5558baf
parent1dccf6351dd37e648b2e15fb9f9f71ceba88d446
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
src/option.c
src/proto/term.pro
src/term.c
src/term.h
src/terminal.c
src/version.c