commit | de7762a2c1498e2dc43586feb5f982d661799f85 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Aug 21 21:03:37 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Aug 21 21:03:37 2016 +0200 |
tree | d6b6fb5079450e55334c52e37a11ad754c720442 | |
parent | 9b7f8ce9eb3cb704f8cc14ab659bf86b1d6dc13c [diff] [blame] |
patch 7.4.2238 Problem: With SGR mouse reporting (suckless terminal) the mouse release and scroll up/down is confused. Solution: Don't see a release as a scroll up/down. (Ralph Eastwood)
diff --git a/src/version.c b/src/version.c index fe60c32..0d3d491 100644 --- a/src/version.c +++ b/src/version.c
@@ -764,6 +764,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2238, +/**/ 2237, /**/ 2236,