winpty/TestNetClient
Ryan Prichard b2f15c8f27 Fix terminal output bugs in the TestNet client.
* If the client was unable to write any data, write would return -1 with
   errno==EAGAIN, and the client would assert fail.

 * Apparently I thought that continue would jump to the start of the
   do-while(0) loop.  Replace the continue/do-while(0) with a
   did_something flag.

While I'm at it, replace a few hard-coded constants with constants.
2011-11-24 03:03:25 -08:00
..
main.cc Implement the Unix TestNet client. 2011-11-24 03:03:25 -08:00
TestNetClient.pro Add a UnixSignalHandler class. It emits a Qt signal when a Unix signal is 2011-11-24 03:03:25 -08:00
UnixClient.cc Fix terminal output bugs in the TestNet client. 2011-11-24 03:03:25 -08:00
UnixClient.h Add a UnixSignalHandler class. It emits a Qt signal when a Unix signal is 2011-11-24 03:03:25 -08:00
UnixSignalHandler.cc Add a UnixSignalHandler class. It emits a Qt signal when a Unix signal is 2011-11-24 03:03:25 -08:00
UnixSignalHandler.h Add a UnixSignalHandler class. It emits a Qt signal when a Unix signal is 2011-11-24 03:03:25 -08:00