winpty/Misc
Ryan Prichard 0d673836f2 In the DebugServer script, use sys.stdout.flush instead of "python -u".
The latter doesn't work when:
 * I'm using mintty.
 * I invoke python.exe directly, passing it the path to the script.

This came up on Windows XP testing where I installed CPython, but
python.exe wasn't in my PATH, so I couldn't run the script directly.
2012-03-30 23:49:46 -07:00
..
.gitignore Implement the Unix TestNet client. 2011-11-24 03:03:25 -08:00
build_win32.sh Add a test program that uses the ioctl-like console interface to scroll 2011-11-24 03:03:25 -08:00
DebugClient.py Add more copyright notices. 2012-03-24 16:40:18 -07:00
DebugServer.py In the DebugServer script, use sys.stdout.flush instead of "python -u". 2012-03-30 23:49:46 -07:00
FormatChar.h Add test programs that echo their input to stdout. 2011-11-24 03:03:25 -08:00
LICENSE Add more copyright notices. 2012-03-24 16:40:18 -07:00
SelectAllTest.cc Use "Select All" instead of "Mark" to freeze the console. 2011-11-24 03:03:25 -08:00
ShowArgv.cc In the UNIX adapter, start the child process specified on the command line. 2012-03-24 16:48:41 -07:00
ShowConsoleInput.cc Display Ctrl-C events in the ShowConsoleInput test program. 2012-03-19 21:13:10 -07:00
Spew.py Check in two test programs. 2011-11-24 03:03:25 -08:00
UnixEcho.cc Add test programs that echo their input to stdout. 2011-11-24 03:03:25 -08:00
VkEscapeTest.cc Use "Select All" instead of "Mark" to freeze the console. 2011-11-24 03:03:25 -08:00
Win32Echo1.cc Add test programs that echo their input to stdout. 2011-11-24 03:03:25 -08:00
Win32Echo2.cc Add test programs that echo their input to stdout. 2011-11-24 03:03:25 -08:00
Win32Test1.cc Work on the agent debugging code. 2012-03-24 16:43:50 -07:00
Win32Test2.cc Work on the agent debugging code. 2012-03-24 16:43:50 -07:00
Win32Test3.cc Start the agent in a new window station. 2011-11-27 02:46:16 -08:00
Win32Write1.cc Add a test program that uses the ioctl-like console interface to scroll 2011-11-24 03:03:25 -08:00