]> git.armaanb.net Git - st.git/blobdiff - st.c
be silent about explicitly unhandled mouse modes
[st.git] / st.c
diff --git a/st.c b/st.c
index cf8687e519209aebe265bf09c3fbc35df5c97501..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. */
+                               break;
                        default:
                                fprintf(stderr,
                                        "erresc: unknown private set/reset mode %d\n",
@@ -2335,7 +2336,6 @@ tputc(Rune u)
                        goto check_control_code;
                }
 
-
                if (IS_SET(MODE_SIXEL)) {
                        /* TODO: implement sixel mode */
                        return;