commit | 89577b3b3e559d6ed8467b8e756f86f9f9607cae | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Oct 18 21:26:05 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Oct 18 21:26:05 2019 +0200 |
tree | cf36ae89257af02be7e6a26c2958f18ea6afd028 | |
parent | 92ea26b925a0835badb0af2d5887238a4198cabb [diff] [blame] |
patch 8.1.2174: screen not recognized as supporting "sgr" mouse codes Problem: Screen not recognized as supporting "sgr" mouse codes. Solution: Recognize screen 4.7. (Jordan Christiansen, closes #5042)
diff --git a/src/version.c b/src/version.c index 73e7e53..e2e213e 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2174, +/**/ 2173, /**/ 2172,