commit | 73675fbc4810470f8935f05a3c16c14e0d5e737f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Nov 20 21:49:19 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Nov 20 21:49:19 2017 +0100 |
tree | 54ed1d0e261cac4dc8d916a903cece9690a70871 | |
parent | 5bbef3194984f175eb12b6efaa04c49a42ab58f2 [diff] [blame] |
patch 8.0.1323: mouse events in a terminal window may cause endless loop Problem: Mouse events in a terminal window may cause endless loop. Solution: Adjust position computation. Don't stuff a mouse event when coming from normal_cmd().
diff --git a/src/version.c b/src/version.c index de5175f..bbb5765 100644 --- a/src/version.c +++ b/src/version.c
@@ -772,6 +772,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1323, +/**/ 1322, /**/ 1321,