1
0
forked from aniani/vim

patch 8.0.0967: using a terminal may cause the cursor to blink

Problem:    Using a terminal may cause the cursor to blink.
Solution:   Do not set t_vs, since we cannot restore the old blink state.
This commit is contained in:
Bram Moolenaar
2017-08-19 21:11:57 +02:00
parent fc8bec0be4
commit 93c92eff26
2 changed files with 5 additions and 2 deletions

View File

@@ -769,6 +769,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
967,
/**/
966,
/**/