Patch 8.2.3760

3 views
Skip to first unread message

Bram Moolenaar

unread,
Dec 8, 2021, 4:02:18 PM12/8/21
to vim...@googlegroups.com

Patch 8.2.3760
Problem: Not automatically handling gnome terminal mouse like xterm.
Solution: Default 'ttymouse' to "xterm" and recognize Focus events.
(issue #9296)
Files: src/os_unix.c


*** ../vim-8.2.3759/src/os_unix.c 2021-12-05 22:19:22.836153466 +0000
--- src/os_unix.c 2021-12-08 20:54:44.933958263 +0000
***************
*** 2340,2345 ****
--- 2340,2346 ----
&& (term_is_xterm
|| STRNICMP(name, "screen", 6) == 0
|| STRNICMP(name, "tmux", 4) == 0
+ || STRNICMP(name, "gnome", 5) == 0
|| STRICMP(name, "st") == 0
|| STRNICMP(name, "st-", 3) == 0
|| STRNICMP(name, "stterm", 6) == 0));
*** ../vim-8.2.3759/src/version.c 2021-12-08 20:03:27.875867028 +0000
--- src/version.c 2021-12-08 20:56:03.797858289 +0000
***************
*** 755,756 ****
--- 755,758 ----
{ /* Add new patch number below this line */
+ /**/
+ 3760,
/**/

--
10e12 microphone == 1 megaphone

/// Bram Moolenaar -- Br...@Moolenaar.net -- http://www.Moolenaar.net \\\
/// \\\
\\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
Reply all
Reply to author
Forward
0 new messages