winpty/unix-adapter
Ryan Prichard 00a6c3b90e Shut down the unix-adapter when the child process exits.
- 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.
2012-02-20 03:30:43 -08:00
..
main.cc Shut down the unix-adapter when the child process exits. 2012-02-20 03:30:43 -08:00
Makefile Get the agent + libpconsole + unix-adapter trio working. 2012-02-20 01:23:46 -08:00
Shared.cc Get the agent + libpconsole + unix-adapter trio working. 2012-02-20 01:23:46 -08:00