commit | 9c6ce0e62297294b41344e684429a91853bc2268 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Nov 16 22:07:13 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Nov 16 22:07:13 2017 +0100 |
tree | 1d3ce62de227de72af7d29466102b5328044d908 | |
parent | 209d3874c19d73b209e7d223cf05ea22e183f408 [diff] [blame] |
patch 8.0.1303: 'ttymouse' is not set to "sgr" for Terminal.app and Iterm2 Problem: 'ttymouse' is not set to "sgr" for Terminal.app and Iterm2. Solution: Recognize Iterm2 by the termresponse.
diff --git a/src/version.c b/src/version.c index e38c188..2789f2b 100644 --- a/src/version.c +++ b/src/version.c
@@ -767,6 +767,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1303, +/**/ 1302, /**/ 1301,