commit | d0621d85a6ceb17e1e6fb17415c3f94a755aaafa | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu May 02 21:12:19 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu May 02 21:12:19 2019 +0200 |
tree | 6f8dd1efbf728568dd751eb08a82c4e68f51a2ac | |
parent | bb7e1b4ba82eaa6f8c7a59f1314056e3c404437a [diff] [blame] |
patch 8.1.1247: urxvt mouse codes are not tested Problem: Urxvt mouse codes are not tested. Solution: Also set 'ttymouse' to "urxvt" in the termcodes test.
diff --git a/src/version.c b/src/version.c index 0e7f3f5..f3e646c 100644 --- a/src/version.c +++ b/src/version.c
@@ -768,6 +768,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1247, +/**/ 1246, /**/ 1245,