Returns the foreground process group of this terminal.
impl Tty { fn foreground_group(&self) -> Result<i32, Errno> }
tty_ioctl(4) and TIOCGPGRP therein