Code

restart system call after SIGWINCH
authorMax Kellermann <max@duempel.org>
Fri, 3 Oct 2008 13:23:51 +0000 (15:23 +0200)
committerMax Kellermann <max@duempel.org>
Fri, 3 Oct 2008 13:23:51 +0000 (15:23 +0200)
commit34f726e6beb1dc37386338b6d9d85b2a9ff4f019
tree2a279a70060d551bb20fa1d90fdc595ce862aa94
parent4e2a8e257885f8bfd4c052c4587dd8dbc4238e20
restart system call after SIGWINCH

Set option SA_RESTART for the SIGWINCH handler.  The screen resizer
function is called by the glib main loop anyway, no need to interrupt
any random system call here.
src/main.c