1
0
forked from aniani/vim

patch 8.0.0807: terminal window can't handle mouse buttons

Problem:    Terminal window can't handle mouse buttons. (Hirohito Higashi)
Solution:   Implement mouse buttons and many other keys.  Ignore the ones that
            are not implemented.
This commit is contained in:
Bram Moolenaar
2017-07-29 22:23:40 +02:00
parent f98246d484
commit 6e1ef28057
2 changed files with 88 additions and 25 deletions

View File

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