neglected this for the auto-width updating in xboard
authorEric Mullins <emwine@earthlink.net>
Tue, 13 Oct 2009 01:25:17 +0000 (19:25 -0600)
committerEric Mullins <emwine@earthlink.net>
Tue, 13 Oct 2009 01:25:17 +0000 (19:25 -0600)
xboard.c

index e8d5232..86fda44 100644 (file)
--- 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