tRemove unnecessary break - st - [fork] customized build of st, the simple terminal
(HTM) git clone git://src.adamsgaard.dk/st
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 2d67f99d286b7c00b298d0f0908035ca49cd4909
(DIR) parent 4a8574b439e2118bd4cb40374185fba861903620
(HTM) Author: noname <noname@inventati.org>
Date: Fri, 25 Apr 2014 18:27:15 +0400
Remove unnecessary break
Diffstat:
M st.c | 1 -
1 file changed, 0 insertions(+), 1 deletion(-)
---
(DIR) diff --git a/st.c b/st.c
t@@ -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;