BREAK condition causes SIGINT to be sent to the foreground process.
const TTYIN_BREAK_TO_INT: TtyInFlags = TtyInFlags(cty::BRKINT);
termios(3) and BRKINT therein