summaryrefslogtreecommitdiffstats
path: root/src/proto/term.pro
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2017-08-20 15:05:15 +0200
committerBram Moolenaar <Bram@vim.org>2017-08-20 15:05:15 +0200
commitce1c32780a7d0ae5110eab627fcbfd4a11e5eb52 (patch)
treeb36fcad15e6c83a3ef71e1ca2a27c5d028993944 /src/proto/term.pro
parent37b9b8199792882e3e0e7e19e230ea6442b9e857 (diff)
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/term.pro')
-rw-r--r--src/proto/term.pro1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/proto/term.pro b/src/proto/term.pro
index 63e6448905..392b067334 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);