Function nix::sys::termios::cfmakesane[][src]

pub fn cfmakesane(termios: &mut Termios)
Expand description

Configures the port to “sane” mode (like the configuration of a newly created terminal) (see tcsetattr(3)).

Note that this is a non-standard function, available on FreeBSD.