commit | e825d8b0a4173871272b723f1c1f5b95ee981067 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jul 19 23:20:19 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jul 19 23:20:19 2017 +0200 |
tree | 2d2055c555a02ee61044b6aa959880aa4da42a68 | |
parent | cdb7e1b7f9e18a7b165ff09103a9994f84966123 [diff] [blame] |
patch 8.0.0738: cannot use the mouse to resize a terminal window Problem: Cannot use the mouse to resize window while the focus is in a terminal window. Solution: Recognize nice mouse events in the terminal window. A few more fixes for the terminal window.
diff --git a/src/version.c b/src/version.c index 9921ec6..5149be9 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 738, +/**/ 737, /**/ 736,