mirror of
https://github.com/pikami/st.git
synced 2025-04-24 10:23:09 +01:00
be silent about explicitly unhandled mouse modes
This commit is contained in:
parent
ed68fe7dce
commit
75b4ba4b4b
1
st.c
1
st.c
@ -1575,6 +1575,7 @@ tsetmode(int priv, int set, int *args, int narg)
|
||||
case 1015: /* urxvt mangled mouse mode; incompatible
|
||||
and can be mistaken for other control
|
||||
codes. */
|
||||
break;
|
||||
default:
|
||||
fprintf(stderr,
|
||||
"erresc: unknown private set/reset mode %d\n",
|
||||
|
Loading…
x
Reference in New Issue
Block a user