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

tcgetpgrp(fd)—Get the terminal foreground process group.

Also known as the TIOCGPGRP operation with ioctl.

References