From: Eric Mullins Date: Tue, 13 Oct 2009 01:25:17 +0000 (-0600) Subject: neglected this for the auto-width updating in xboard X-Git-Tag: v4.4.1.20091019~23 X-Git-Url: http://winboard.nl/cgi-bin?p=xboard.git;a=commitdiff_plain;h=4616055177b73781e5884f08bf3519b8871a7913 neglected this for the auto-width updating in xboard --- diff --git a/xboard.c b/xboard.c index e8d5232..86fda44 100644 --- a/xboard.c +++ b/xboard.c @@ -8398,6 +8398,10 @@ int StartChildProcess(cmdLine, dir, pr) SetUpChildIO(to_prog, from_prog); + #ifdef SIGWINCH + signal(SIGWINCH, TermSizeSigHandler); + #endif + if ((pid = fork()) == 0) { /* Child process */ // [HGM] PSWBTM: made order resistant against case where fd of created pipe was 0 or 1