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 -- [email protected] -- http://www.Moolenaar.net \\\
/// \\\
\\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_dev/20211208210211.895CF1C05A4%40moolenaar.net.