소스 검색

Forgot one line. It's late.

Christoph Lohmann 12 년 전
부모
커밋
e09709d92d
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      st.c

+ 0 - 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);
 }