Constant lrs::tty::flags::TTYIN_BREAK_TO_INT

BREAK condition causes SIGINT to be sent to the foreground process.

Syntax

const TTYIN_BREAK_TO_INT: TtyInFlags = TtyInFlags(cty::BRKINT);

See also