aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Christoph Lohmann <20h@r-36.net>2012-09-04 22:51:29 +0200
committerGravatar Christoph Lohmann <20h@r-36.net>2012-09-04 22:51:29 +0200
commite09709d92d89c8593f7390f12dc22fdc563eb57f (patch)
treed6fcda8842fd1df3282a0fde62943b0e7c300f03
parentb1d383a0a344e35dad1064e129f70d52bddfd7b2 (diff)
Forgot one line. It's late.
-rw-r--r--st.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/st.c b/st.c
index 63c3f85..a2564f8 100644
--- a/st.c
+++ b/st.c
@@ -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);
}