Use process groups in interactive mode
commitdc8926f97bcd9e885ac56b329de5e8631692e947
authorff <_ff@tuta.io>
Sun, 3 Dec 2017 11:17:11 +0000 (3 12:17 +0100)
committerff <_ff@tuta.io>
Sun, 3 Dec 2017 11:17:11 +0000 (3 12:17 +0100)
tree36d18bbfd809c99a5ad4238de785be8f2db0e923
parent8455a7b78176d1779b72fedbe4b51142b2330058
Use process groups in interactive mode

When minish spawns a new process, with fork(),
this process puts itself in a new group just for itself
and declares this group as foreground.
When the child process terminates,
minish declare its own process group as foreground.
Devember/log03.txt [new file with mode: 0644]
src/minish.c