This website works better with JavaScript.
Home
Explore
Help
Sign In
Linux
/
st
generated from
gmarx/git-template
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
small code-style fix
master
Hiltjo Posthuma
6 years ago
parent
67d0cb65d0
commit
30ec9a3dc3
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
st.c
+ 2
- 1
st.c
View File
@ -1452,7 +1452,8 @@ tsetattr(int *attr, int l)
}
else
{
fprintf
(
stderr
,
"
erresc(default): gfx attr %d unknown
\n
"
,
attr
[
i
]
)
,
csidump
(
)
;
attr
[
i
]
)
;
csidump
(
)
;
}
break
;
}
Write
Preview
Loading…
Cancel
Save