mirror of
https://github.com/mintycube/st.git
synced 2024-10-22 14:05:49 +02:00
be silent about explicitly unhandled mouse modes (9216d5)
This commit is contained in:
parent
e7cfd5ae16
commit
f09c417473
1
st.c
1
st.c
@ -1692,6 +1692,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",
|
||||||
|
Loading…
Reference in New Issue
Block a user