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/proto/term.pro b/src/proto/term.pro
index 392b067..65e6740 100644
--- a/src/proto/term.pro
+++ b/src/proto/term.pro
@@ -53,6 +53,7 @@
void cursor_off(void);
void term_cursor_mode(int forced);
void term_cursor_color(char_u *color);
+int blink_state_is_inverted(void);
void term_cursor_shape(int shape, int blink);
void scroll_region_set(win_T *wp, int off);
void scroll_region_reset(void);