Sets the foreground process group of this terminal.
impl Tty { fn set_foreground_group(&self, group: i32) -> Result<(), Errno> }
The new foreground process group.
tty_ioctl(4) and TIOCSPGRP therein