This website works better with JavaScript.
Home
Explore
Help
Sign In
tovi
/
st
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Remove unnecessary break
master
noname
11 years ago
committed by
Roberto E. Vargas Caballero
parent
4a8574b439
commit
2d67f99d28
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
st.c
+ 0
- 1
st.c
View File
@ -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
;
Write
Preview
Loading…
Cancel
Save