rustix::termiosFunction tcsetpgrp
Source pub fn tcsetpgrp<Fd: AsFd>(fd: Fd, pid: Pid) -> Result<()>
Available on crate feature termios
only.
Expand description
tcsetpgrp(fd, pid)
—Set the terminal foreground process group.
Also known as the TIOCSPGRP
operation with ioctl
.
§References