aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLauri Tirkkonen2019-03-13 17:08:50 +0200
committerHiltjo Posthuma2019-03-13 17:51:58 +0100
commit812e900a0eacb164fae22522850c392a762a0c12 (patch)
treeae0e46017d91d43f222b0857858b566f7e1ebcfd
parent666e2d2487dab15b94e8305ba70c3ea55665c8a8 (diff)
downloadaur-812e900a0eacb164fae22522850c392a762a0c12.tar.gz
be silent about explicitly unhandled mouse modes
-rw-r--r--st.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/st.c b/st.c
index 379dd108678b..d35f89d60f42 100644
--- a/st.c
+++ b/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",