be silent about explicitly unhandled mouse modes

master
Lauri Tirkkonen 2019-03-13 17:08:50 +02:00 committed by Hiltjo Posthuma
parent ed68fe7dce
commit 75b4ba4b4b
1 changed files with 1 additions and 0 deletions

1
st.c
View File

@ -1575,6 +1575,7 @@ tsetmode(int priv, int set, int *args, int narg)
case 1015: /* urxvt mangled mouse mode; incompatible case 1015: /* urxvt mangled mouse mode; incompatible
and can be mistaken for other control and can be mistaken for other control
codes. */ codes. */
break;
default: default:
fprintf(stderr, fprintf(stderr,
"erresc: unknown private set/reset mode %d\n", "erresc: unknown private set/reset mode %d\n",