Y
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
saagarjha
656 days ago
You wouldn’t want it to, because the default behavior for SIGUSR1 is to terminate.
link
cperciva
656 days ago
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.
link