Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make detached process foreground (#277)
Without this flag, child process group does not become foreground and it don't control the terminal, hence stdin is not received by the child. Fixes #255 Signed-off-by: Ilya Lukyanov <[email protected]>
- Loading branch information