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

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

References