A Windows software package providing an interface similar to a Unix pty-master for communicating with Windows console programs.
00a6c3b90e
- In the agent, poll for the process exit at the same time we pull for output. Once the child exits, record the exit code and close the data pipe. - In the unix-adapter, shut the program down once the input or output handlers abort. Before exiting, query the agent for the exit code. - Also: in the unix-adapter, apparently receiving the SIGWINCH signal can interrupt both select and the InputHandler's read system call. I hope it doesn't affect the blocking Win32 APIs, but I'm not really sure. |
||
---|---|---|
agent | ||
include | ||
libpconsole | ||
Misc | ||
Shared | ||
TestNetClient | ||
TestNetServer | ||
unix-adapter | ||
.gitignore | ||
config-mingw.mk | ||
config-qt.mk | ||
config.mk | ||
deploy.sh | ||
Makefile | ||
Notes.txt |