diff options
author | Bram Moolenaar <Bram@vim.org> | 2017-08-20 15:05:15 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2017-08-20 15:05:15 +0200 |
commit | ce1c32780a7d0ae5110eab627fcbfd4a11e5eb52 (patch) | |
tree | b36fcad15e6c83a3ef71e1ca2a27c5d028993944 /src/proto | |
parent | 37b9b8199792882e3e0e7e19e230ea6442b9e857 (diff) | |
download | vim-git-ce1c32780a7d0ae5110eab627fcbfd4a11e5eb52.tar.gz |
patch 8.0.0973: initial info about blinking cursor is wrongv8.0.0973
Problem: initial info about blinking cursor is wrong
Solution: Invert the blink flag. Add t_VS to stop a blinking cursor.
Diffstat (limited to 'src/proto')
-rw-r--r-- | src/proto/term.pro | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/proto/term.pro b/src/proto/term.pro index 63e644890..392b06733 100644 --- a/src/proto/term.pro +++ b/src/proto/term.pro @@ -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); |