1
0
forked from aniani/vim

patch 9.0.0971: escape sequences not recognized without termresponse feature

Problem:    Escape sequences not recognized without the termresponse feature.
Solution:   Recognize escape sequences to avoid display mess up.
This commit is contained in:
Bram Moolenaar
2022-11-29 13:59:13 +00:00
parent 3719989431
commit 6f2a227565
2 changed files with 27 additions and 29 deletions

View File

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