devela::_dep::rustix::termios

Function tcsetpgrp

pub fn tcsetpgrp<Fd>(fd: Fd, pid: Pid) -> Result<(), Errno> 
where Fd: AsFd,
Available on crate feature dep_rustix only.
Expand description

tcsetpgrp(fd, pid)—Set the terminal foreground process group.

Also known as the TIOCSPGRP operation with ioctl.

§References