Constant lrs::tty::flags::TTYIN_IGNORE_BREAK

Ignore BREAK condition on input.

Syntax

const TTYIN_IGNORE_BREAK: TtyInFlags = TtyInFlags(cty::IGNBRK);

See also