ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/main.C
(Generate patch)

Comparing rxvt-unicode/src/main.C (file contents):
Revision 1.273 by ayin, Tue Dec 11 11:39:06 2007 UTC vs.
Revision 1.274 by ayin, Tue Dec 11 11:53:48 2007 UTC

827 ws.ws_xpixel = width; 827 ws.ws_xpixel = width;
828 ws.ws_ypixel = height; 828 ws.ws_ypixel = height;
829 (void)ioctl (pty->pty, TIOCSWINSZ, &ws); 829 (void)ioctl (pty->pty, TIOCSWINSZ, &ws);
830 830
831#if 0 831#if 0
832 // TIOCSWINSZ is supposed to do this automatically and correctly 832 // TIOCSWINSZ is supposed to do this automatically and correctly
833 if (cmd_pid) /* force through to the command */ 833 if (cmd_pid) /* force through to the command */
834 kill (-cmd_pid, SIGWINCH); 834 kill (-cmd_pid, SIGWINCH);
835#endif 835#endif
836} 836}
837 837

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines