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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user