winpty/libwinpty
Ryan Prichard 80d005e33e Start the agent's child process on the libwinpty client's desktop.
If I run a GUI program inside mintty using winpty, the GUI's window should
appear on the same desktop as mintty, not on the hidden desktop containing
the winpty console.

Even though STARTUPINFO.lpDesktop's type is LPTSTR (instead of LPCTSTR),
the documentation doesn't say anything about CreateProcess modifying the
lpDesktop string, so I didn't bother making a copy of desktop.c_str().
2012-03-31 00:55:49 -07:00
..
Makefile Rename pconsole to winpty. 2012-03-25 02:29:37 -07:00
winpty.cc Start the agent's child process on the libwinpty client's desktop. 2012-03-31 00:55:49 -07:00
WinPtyDebugClient.cc Rename pconsole to winpty. 2012-03-25 02:29:37 -07:00