1
0
forked from aniani/vim

patch 8.0.0870: mouse escape codes sent to terminal unintentionally

Problem:    Mouse escape codes sent to terminal unintentionally.
Solution:   Fix libvterm to send mouse codes only when enabled.
This commit is contained in:
Bram Moolenaar
2017-08-05 18:02:21 +02:00
parent a9f028103f
commit b9279e73ae
3 changed files with 4 additions and 1 deletions

View File

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