1
0
forked from aniani/vim

patch 8.1.1136: decoding of mouse click escape sequence is not tested

Problem:    Decoding of mouse click escape sequence is not tested.
Solution:   Add a test for xterm and SGR using low-level input.  Make
            low-level input execution with feedkeys() work.
This commit is contained in:
Bram Moolenaar
2019-04-07 14:21:47 +02:00
parent d85c396d51
commit 905dd905de
5 changed files with 56 additions and 2 deletions

View File

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