Top was catching sigterm (and fumbling sigint) so it could reset the terminal
authorRob Landley <rob@landley.net>
Wed, 28 Jun 2006 14:11:25 +0000 (14:11 -0000)
committerRob Landley <rob@landley.net>
Wed, 28 Jun 2006 14:11:25 +0000 (14:11 -0000)
commitdb1ab1aeb3dd4401411d147e290261c8f1ad472f
treec0277dbc990cfde1b30284b507f9e824d7c9458a
parentea7c18514b6c9304b969cd977390aa09f5095f8d
Top was catching sigterm (and fumbling sigint) so it could reset the terminal
type on the way out, but the signal handler didn't exit.  Plus it did
unnecessary things with sigaction.  This code is overgrown and needs a serious
weed-whacking...
procps/top.c