commit | d55f9ef8b2f1e9f868ed1440fe859d1b18b1cfe8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Aug 26 12:26:07 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Aug 26 12:26:07 2022 +0100 |
tree | 10194bbcb1de5657bead5eb593d50b197d7b93ae | |
parent | b1d2c8116cb5577961ea109651fb888b5e58265f [diff] [blame] |
patch 9.0.0273: Konsole termresponse not recognized Problem: Konsole termresponse not recognized. Solution: Handle Konsole like libvterm, set 'ttymouse' to "sgr". (closes #10990)
diff --git a/src/version.c b/src/version.c index ff452da..291e40a 100644 --- a/src/version.c +++ b/src/version.c
@@ -724,6 +724,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 273, +/**/ 272, /**/ 271,