commit | 06cd14d0bf990d0002d61a721aa3d5b8a3c44028 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jan 10 12:37:38 2023 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jan 10 12:37:38 2023 +0000 |
tree | b36b89cc127cf2e952238f530c7c3053dc868658 | |
parent | 1b5f03ec9c5551047d5de8d845541dd3201abe7c [diff] [blame] |
patch 9.0.1168: code to enable/disable mouse is not from terminfo/termcap Problem: Code to enable/disable mouse is not from terminfo/termcap. Solution: Request the "XM" entry and use it to set 'ttymouse' if possible.
diff --git a/src/version.c b/src/version.c index a218a71..56cbdd4 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1168, +/**/ 1167, /**/ 1166,