]> git.tuebingen.mpg.de Git - paraslash.git/commit
gui.c: Remove silly warning on SIGINT.
authorAndre Noll <maan@tuebingen.mpg.de>
Fri, 18 Mar 2016 21:40:12 +0000 (22:40 +0100)
committerAndre Noll <maan@tuebingen.mpg.de>
Fri, 18 Mar 2016 21:40:12 +0000 (22:40 +0100)
commit6cb6634c3498101bb28291dec1dbac7135f732d9
treed1c5ee418cdcdad46bcc5c35a119924770aee1dd
parent2a4d61a8966e984eb9bea74a6c7a4a7cfd999e70
gui.c: Remove silly warning on SIGINT.

Sending SIGINT to para_gui has no effect, yet we print a strange
"reset" warning in this case. This patch removes the warning and the
outdated comment which referred to do_select(), a function which was
removed long ago.

Note that (a) we still catch SIGINT, and (b) hitting CTRL+C still
causes the status task to respawn the stat process because CTRL+C
sends SIGINT to the foreground process group, which includes the
stat process.
gui.c