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
Forgot one line. It's late.
master
Christoph Lohmann
12 years ago
parent
b1d383a0a3
commit
e09709d92d
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
@ -843,7 +843,6 @@ ttyresize(int x, int y) {
w
.
ws_col
=
term
.
col
;
w
.
ws_xpixel
=
xw
.
w
;
w
.
ws_ypixel
=
xw
.
h
;
w
.
ws_xpixel
=
w
.
ws_ypixel
=
0
;
if
(
ioctl
(
cmdfd
,
TIOCSWINSZ
,
&
w
)
<
0
)
fprintf
(
stderr
,
"
Couldn't set window size: %s
\n
"
,
SERRNO
)
;
}
Write
Preview
Loading…
Cancel
Save