]> git.armaanb.net Git - st.git/commitdiff
be silent about explicitly unhandled mouse modes
authorLauri Tirkkonen <lotheac@iki.fi>
Wed, 13 Mar 2019 15:08:50 +0000 (17:08 +0200)
committerHiltjo Posthuma <hiltjo@codemadness.org>
Wed, 13 Mar 2019 16:51:58 +0000 (17:51 +0100)
st.c

diff --git a/st.c b/st.c
index 379dd108678b3c89f166510855ffd7c30d68844b..d35f89d60f425fffcd5f9ff8edd7e06fda774b06 100644 (file)
--- 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. */
                        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",
                        default:
                                fprintf(stderr,
                                        "erresc: unknown private set/reset mode %d\n",