aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLauri Tirkkonen <lotheac@iki.fi>2019-03-13 17:08:50 +0200
committerHiltjo Posthuma <hiltjo@codemadness.org>2019-03-13 17:51:58 +0100
commit75b4ba4b4be70a3ae429b1719d18b021839216d5 (patch)
tree2f3ff695b489f3b0e51152f3aaeb7b50320847f3
parented68fe7dce2b21b4e0e595b99d47790e76812cb7 (diff)
downloadst-75b4ba4b4be70a3ae429b1719d18b021839216d5.tar.gz
st-75b4ba4b4be70a3ae429b1719d18b021839216d5.zip
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 379dd10..d35f89d 100644
--- a/st.c
+++ b/st.c
@@ -1575,6 +1575,7 @@ tsetmode(int priv, int set, int *args, int narg)
1575 case 1015: /* urxvt mangled mouse mode; incompatible 1575 case 1015: /* urxvt mangled mouse mode; incompatible
1576 and can be mistaken for other control 1576 and can be mistaken for other control
1577 codes. */ 1577 codes. */
1578 break;
1578 default: 1579 default:
1579 fprintf(stderr, 1580 fprintf(stderr,
1580 "erresc: unknown private set/reset mode %d\n", 1581 "erresc: unknown private set/reset mode %d\n",