From: Dan Harkless Date: Thu, 13 May 1999 01:26:41 +0000 (+0000) Subject: deal with SIGPIPE so mhl doesn't print "Broken pipe" if you quit out X-Git-Url: https://diplodocus.org/git/nmh/commitdiff_plain/e0c210b265a8d6500d1e391f853ecee8d9827165?ds=sidebyside;hp=e6082c44cba0749864df4db1e0ce43fb9ce2a68a deal with SIGPIPE so mhl doesn't print "Broken pipe" if you quit out of the moreproc --- diff --git a/uip/mhlsbr.c b/uip/mhlsbr.c index 18617d31..e075322d 100644 --- a/uip/mhlsbr.c +++ b/uip/mhlsbr.c @@ -434,6 +434,7 @@ mhl (int argc, char **argv) SIGNAL (SIGINT, SIG_IGN); SIGNAL2 (SIGQUIT, quitser); } + SIGNAL2 (SIGPIPE, pipeser); m_popen (moreproc); ontty = PITTY; } else {