To: vim_dev@googlegroups.com Subject: Patch 8.2.3760 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ 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 -- Bram@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 ///