X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=st.c;h=7dd5e043bf127e9044e3aa761ead827b4cbcbabe;hb=2d67f99d286b7c00b298d0f0908035ca49cd4909;hp=b37069c6934e69b3007a350b7d77f8147002ab3a;hpb=8f11e1cd034ff28ca47bb4955505db7fa8016ba8;p=st.git diff --git a/st.c b/st.c index b37069c..7dd5e04 100644 --- a/st.c +++ b/st.c @@ -992,7 +992,7 @@ selnotify(XEvent *e) { } /* - * As seen in selcopy: + * As seen in getsel: * Line endings are inconsistent in the terminal and GUI world * copy and pasting. When receiving some selection data, * replace all '\n' with '\r'. @@ -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;