commit | 314ca7cbb4b5a26959abb641a5aa265bee47abe5 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Apr 17 16:40:31 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Apr 17 16:40:31 2020 +0200 |
tree | 031e875a2f097f46667d99b9879a74fcc13487f7 | |
parent | 21cfe500f322a0bea3367c677943ea6c57c282b9 [diff] [blame] |
patch 8.2.0588: Putty does not use "sgr" 'ttymouse' by default Problem: Putty does not use "sgr" 'ttymouse' by default. Solution: Make "sgr" the default for Putty. (Christian Brabandt, closes #5942)
diff --git a/src/version.c b/src/version.c index f95b2a5..6b57804 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 588, +/**/ 587, /**/ 586,