diff --git a/src/os_unix.c b/src/os_unix.c index f93bc95862..32850f3bf2 100644 --- a/src/os_unix.c +++ b/src/os_unix.c @@ -2340,6 +2340,7 @@ use_xterm_like_mouse(char_u *name) && (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)); diff --git a/src/version.c b/src/version.c index 13b6a0cf60..3f0b5fda9a 100644 --- a/src/version.c +++ b/src/version.c @@ -753,6 +753,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 3760, /**/ 3759, /**/