Skip to main content

TIOCGPGRP

Constant TIOCGPGRP 

Source
pub const TIOCGPGRP: c_ulong = 0x540F;
Expand description

When successful, equivalent to *argp = tcgetpgrp(fd). Get the process group ID of the foreground process group on this terminal.