commit | 6d006f9e950364898240b7a6358516bbf73fe458 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jun 23 22:35:34 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jun 23 22:35:34 2017 +0200 |
tree | ec42ddc61ea1dc1edea789f7a8b29cc370283d0e | |
parent | f8be461d0284110b321be748fea206d4169b98bb [diff] [blame] |
patch 8.0.0664: mouse does not work in tmux Problem: Mouse does not work in tmux. (lilydjwg) Solution: Add flag for SGR release being present.
diff --git a/src/version.c b/src/version.c index 102e388..5be7d50 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 664, +/**/ 663, /**/ 662,