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
Removing unneeded comments.
master
Christoph Lohmann
11 years ago
parent
fed9968ba5
commit
3ae0299064
1 changed files
with
1 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-2
st.c
+ 1
- 2
st.c
View File
@ -1195,11 +1195,10 @@ treset(void) {
void
tnew
(
int
col
,
int
row
)
{
/* setting "zero" terminal to resize it later */
memset
(
&
term
,
0
,
sizeof
(
Term
)
)
;
tresize
(
col
,
row
)
;
term
.
numlock
=
1
;
/* setup screen */
treset
(
)
;
}
Write
Preview
Loading…
Cancel
Save