commit | a529ce068ba84d53343f3732b6a1ed4ad1fe3a68 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jun 22 22:37:57 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jun 22 22:37:57 2017 +0200 |
tree | a427a438d7a02ba84e0aa8a980b59c047269e0e5 | |
parent | a1fed064d1eca6ae2c526311ec5464175c6f19e2 [diff] [blame] |
patch 8.0.0661: recognizing urxvt mouse codes does not work well Problem: Recognizing urxvt mouse codes does not work well. Solution: Recognize "Esc[*M" and "Esc[*m". (Maurice Bos, closes #1486)
diff --git a/src/version.c b/src/version.c index 877a1c5..228525c 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 661, +/**/ 660, /**/ 659,