Hacker News new | ask | show | jobs
by adelrune 1354 days ago
I don't think it has "taken off" but last time I looked it was very usable and feature rich and I found no reason not to use it.
1 comments

I'm going to look at it again. It looks like they weren't forwarding keyboard interrupts to executables gracefully. But instead capturing them themselves.

I haven't needed to intercept ctrl-c and forward it on in a program ever, but it seems like that should be a basic thing a shell should do easily enough.