Changes between 0.5.0 and 1.0.0
- Put child process in foreground:
- To prevent the parent process from hanging up when a child process attempts to write to the controlling terminal due to a
SIGTTOUsignal, the child process becomes the foreground process. And while here, add logic for when the child process is suspended or resumed, or in other words: the parent process acts as a lightweight proxy for these signals.
- To prevent the parent process from hanging up when a child process attempts to write to the controlling terminal due to a
Full Changelog: v0.5.0...v1.0.0