commit | d58d4f90aeb381045000ea46493b5bd9b9d1fa23 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jul 01 15:49:29 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jul 01 15:49:29 2020 +0200 |
tree | d985d054985ee06335bb0cb584e70dd188f086fb | |
parent | ef8c617b9c4dc262ed34598d7e382237696c3d61 [diff] [blame] |
patch 8.2.1108: mouse left-right scroll is not supported in terminal window Problem: Mouse left-right scroll is not supported in terminal window. Solution: Implement mouse codes 6 and 7. (Trygve Aaberge, closes #6363)
diff --git a/src/version.c b/src/version.c index 97c3c4c..2691996 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1108, +/**/ 1107, /**/ 1106,