mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-11 13:51:16 -03:00
Prior to this change, signals.py attempted to generate Ctrl-C (SIGINT) by sending \x03 to stdin. But with the change to use the CSI U sequence, Ctrl-C no longer generates SIGINT. Switch to sending SIGINT directly. Also switch up some of the sleep constants so that a sleep command can't be confused with another one.