Commit e09709d

Christoph Lohmann <20h@r-36.net>
2012-09-04 16:51:29
Forgot one line. It's late.
1 parent b1d383a
Changed files (1)
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);
 }