all repos — st @ 2d67f99d286b7c00b298d0f0908035ca49cd4909

st (suckless terminal) config

Remove unnecessary break
noname noname@inventati.org
commit

2d67f99d286b7c00b298d0f0908035ca49cd4909

parent

4a8574b439e2118bd4cb40374185fba861903620

1 files changed, 0 insertions(+), 1 deletions(-)

jump to
M st.cst.c

@@ -1781,7 +1781,6 @@

for(lim = args + narg; args < lim; ++args) { if(priv) { switch(*args) { - break; case 1: /* DECCKM -- Cursor key */ MODBIT(term.mode, set, MODE_APPCURSOR); break;