Hacker News new | ask | show | jobs
by cperciva 657 days ago
And does ^T map to SIGUSR1? That's the other thing which makes it so useful in BSD.
1 comments

You wouldn’t want it to, because the default behavior for SIGUSR1 is to terminate.
Exactly. Whereas on BSD hitting ^T is (a) very likely to print useful information, and (b) if it doesn't do that, won't do anything at all.