tcsetpgrp
extern int tcsetpgrp(int fd, pid_t pgrpid);
tcsetpgrp(0, getpgrp());
tcsetpgrp(con->tty_slave_fd, pid);
tcsetpgrp(view->fSlaveFD, view->fShellProcess);