Fix resize bug
commit3351302381b325ce1964407de8f71ce7b6756a16
authorMarc André Tanner <mat@brain-dump.org>
Sat, 25 Oct 2014 18:18:39 +0000 (25 20:18 +0200)
committerMarc André Tanner <mat@brain-dump.org>
Sat, 25 Oct 2014 18:18:39 +0000 (25 20:18 +0200)
tree3a73599523a5cae8ea2b6d506c294579309f6bc5
parentf1caa1eb2197610b1f3233493c525969a5bca246
Fix resize bug

Commit 3b084ae3 blocked signal in order to avoid a race condition.
We need to unblock SIGWINCH (and other signals) in child processes
otherwise clients won't redraw properly.
vt.c