commit | b9279e73aee44a266c241619db65c645f7db72ee | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Aug 05 18:02:21 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Aug 05 18:02:21 2017 +0200 |
tree | 1418af28315d9a92e7d07b3dd992f0fd14d1553a | |
parent | a9f028103fee253ea8a09e49031011ee3da69ece [diff] [blame] |
patch 8.0.0870: mouse escape codes sent to terminal unintentionally Problem: Mouse escape codes sent to terminal unintentionally. Solution: Fix libvterm to send mouse codes only when enabled.
diff --git a/src/version.c b/src/version.c index d1b20b1..195be51 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 870, +/**/ 869, /**/ 868,