diff options
| author | noname <noname@inventati.org> | 2014-04-25 18:27:15 +0400 | 
|---|---|---|
| committer | Roberto E. Vargas Caballero <k0ga@shike2.com> | 2014-04-26 00:03:08 +0200 | 
| commit | 2d67f99d286b7c00b298d0f0908035ca49cd4909 (patch) | |
| tree | 2f68114556969f397d0d36bbecc22be9807e2fa6 | |
| parent | 4a8574b439e2118bd4cb40374185fba861903620 (diff) | |
Remove unnecessary break
| -rw-r--r-- | st.c | 1 | 
1 files changed, 0 insertions, 1 deletions
| @@ -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; | 
