Sets the line discipline of this terminal.
impl Tty { fn set_line_discipline(&self, disc: LineDiscipline) -> Result<(), Errno> }
The new line discipline.
tty_ioctl(4) and TIOCSETD therein