commit | db1ab1aeb3dd4401411d147e290261c8f1ad472f | [log] [tgz] |
---|---|---|
author | Rob Landley <rob@landley.net> | Wed Jun 28 14:11:25 2006 +0000 |
committer | Rob Landley <rob@landley.net> | Wed Jun 28 14:11:25 2006 +0000 |
tree | c0277dbc990cfde1b30284b507f9e824d7c9458a | |
parent | ea7c18514b6c9304b969cd977390aa09f5095f8d [diff] |
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...