1
0
forked from aniani/vim

patch 8.0.0973: initial info about blinking cursor is wrong

Problem:    initial info about blinking cursor is wrong
Solution:   Invert the blink flag.  Add t_VS to stop a blinking cursor.
This commit is contained in:
Bram Moolenaar
2017-08-20 15:05:15 +02:00
parent 37b9b81997
commit ce1c32780a
6 changed files with 37 additions and 38 deletions

View File

@@ -53,7 +53,6 @@ void cursor_on(void);
void cursor_off(void);
void term_cursor_mode(int forced);
void term_cursor_color(char_u *color);
void term_cursor_blink(int blink);
void term_cursor_shape(int shape, int blink);
void scroll_region_set(win_T *wp, int off);
void scroll_region_reset(void);