commit | 48873aebc05608e9e5e56b8628ae6d2789ab7c48 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Dec 08 21:00:24 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Dec 08 21:00:24 2021 +0000 |
tree | cf86948c671f99666a080f1eba0d50c7bab2b785 | |
parent | 78a61068cf2c83e611d954a0fb413a09ad59dc07 [diff] [blame] |
patch 8.2.3760: not automatically handling gnome terminal mouse like xterm Problem: Not automatically handling gnome terminal mouse like xterm. Solution: Default 'ttymouse' to "xterm" and recognize Focus events. (issue #9296)
diff --git a/src/version.c b/src/version.c index 13b6a0c..3f0b5fd 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3760, +/**/ 3759, /**/ 3758,