devela::_dep::rustix::termios

Function isatty

pub fn isatty<Fd>(fd: Fd) -> bool
where Fd: AsFd,
Available on crate feature dep_rustix only.
Expand description

isatty(fd)—Tests whether a file descriptor refers to a terminal.

§References