This is a heavily interactive web application, and JavaScript is required. Simple HTML interfaces are possible, but that is not what this is.
Post
Julia Evans
b0rk.social.jvns.ca.ap.brid.gy
did:plc:yv3yog6owpooh5eli4sstrb6
got a lot of great answers to "how is the shell involved in handling Ctrl+C" to the effect of one of:
- "the shell is responsible for sending a SIGINT"
- "the shell takes input from the terminal emulator and relays it to the program"
- "it must be handled by the layer above the program, which […]
https://social.jvns.ca/@b0rk/114190445799433743
2025-03-19T18:12:29.455Z