be silent about explicitly unhandled mouse modes - st - simple terminal HTML git clone https://git.parazyd.org/st DIR Log DIR Files DIR Refs DIR README DIR LICENSE --- DIR commit 75b4ba4b4be70a3ae429b1719d18b021839216d5 DIR parent ed68fe7dce2b21b4e0e595b99d47790e76812cb7 HTML Author: Lauri Tirkkonen <lotheac@iki.fi> Date: Wed, 13 Mar 2019 17:08:50 +0200 be silent about explicitly unhandled mouse modes Diffstat: M st.c | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) --- DIR diff --git 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",