commit | 6e1ef28057b100b206a88a175b37e75f5130668c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jul 29 22:23:40 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jul 29 22:23:40 2017 +0200 |
tree | 57796edd7bb51ef074546f8641c8165f08ee3c42 | |
parent | f98246d4849e670c6660e97887428dcddf88dc9f [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index cde101a..95468b2 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 807, +/**/ 806, /**/ 805,