X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=st.c;h=7dd5e043bf127e9044e3aa761ead827b4cbcbabe;hb=2d67f99d286b7c00b298d0f0908035ca49cd4909;hp=653cd49a5af05cf214cd394f4bce159b0e10d4f4;hpb=4a8574b439e2118bd4cb40374185fba861903620;p=st.git diff --git a/st.c b/st.c index 653cd49..7dd5e04 100644 --- a/st.c +++ b/st.c @@ -1781,7 +1781,6 @@ tsetmode(bool priv, bool set, int *args, int narg) { for(lim = args + narg; args < lim; ++args) { if(priv) { switch(*args) { - break; case 1: /* DECCKM -- Cursor key */ MODBIT(term.mode, set, MODE_APPCURSOR); break;