]> Sergey Matveev's repositories - public-inbox.git/commit
daemon: ignore SIGWINCH when connected to terminal
authorEric Wong <e@80x24.org>
Mon, 23 May 2016 01:00:15 +0000 (01:00 +0000)
committerEric Wong <e@80x24.org>
Mon, 23 May 2016 01:01:19 +0000 (01:01 +0000)
commit462860480ac00a7958daa2a590bfdb5f4fde4147
treeb6bc8063937793ce54707b9a5d38e1f7a1f8bc65
parentc24bb049f178bd666981029b97cb982e61e197c6
daemon: ignore SIGWINCH when connected to terminal

Users may change terminal sizes if the process is connected to a
terminal, so we can't reasonably expect SIGWINCH to work as
intended.
lib/PublicInbox/Daemon.pm