projects
/
xboard.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
ed12e3a
)
neglected this for the auto-width updating in xboard
author
Eric Mullins
<emwine@earthlink.net>
Tue, 13 Oct 2009 01:25:17 +0000 (19:25 -0600)
committer
Eric Mullins
<emwine@earthlink.net>
Tue, 13 Oct 2009 01:25:17 +0000 (19:25 -0600)
xboard.c
patch
|
blob
|
history
diff --git
a/xboard.c
b/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