File tree 2 files changed +4
-0
lines changed
2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -2261,6 +2261,7 @@ use_xterm_like_mouse(char_u *name)
2261
2261
return (name != NULL
2262
2262
&& (term_is_xterm
2263
2263
|| STRNICMP (name , "screen" , 6 ) == 0
2264
+ || STRNICMP (name , "tmux" , 4 ) == 0
2264
2265
|| STRICMP (name , "st" ) == 0
2265
2266
|| STRNICMP (name , "st-" , 3 ) == 0
2266
2267
|| STRNICMP (name , "stterm" , 6 ) == 0 ));
@@ -2324,6 +2325,7 @@ vim_is_fastterm(char_u *name)
2324
2325
return ( STRNICMP (name , "hpterm" , 6 ) == 0
2325
2326
|| STRNICMP (name , "sun-cmd" , 7 ) == 0
2326
2327
|| STRNICMP (name , "screen" , 6 ) == 0
2328
+ || STRNICMP (name , "tmux" , 4 ) == 0
2327
2329
|| STRNICMP (name , "dtterm" , 6 ) == 0 );
2328
2330
}
2329
2331
Original file line number Diff line number Diff line change @@ -764,6 +764,8 @@ static char *(features[]) =
764
764
765
765
static int included_patches [] =
766
766
{ /* Add new patch number below this line */
767
+ /**/
768
+ 30 ,
767
769
/**/
768
770
29 ,
769
771
/**/
You can’t perform that action at this time.
0 commit comments