From: root Date: Tue, 12 May 2009 08:21:56 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=b3d37fe6c59dfa39077285386721142684a912fa;p=dana%2Furxvt.git *** empty log message *** --- diff --git a/src/main.C b/src/main.C index b8a9d5e9..56122c1b 100644 --- a/src/main.C +++ b/src/main.C @@ -648,7 +648,7 @@ rxvt_term::tt_winch () ws.ws_row = nrow; ws.ws_xpixel = width; ws.ws_ypixel = height; - (void)ioctl (pty->pty, TIOCSWINSZ, &ws); + ioctl (pty->pty, TIOCSWINSZ, &ws); #if 0 // TIOCSWINSZ is supposed to do this automatically and correctly