winpty/agent
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
..
Agent.cc Start the agent's child process on the libwinpty client's desktop. 2012-03-31 00:55:49 -07:00
Agent.h Add an MIT copyright notice to all the source files. 2012-03-23 03:11:34 -07:00
AgentAssert.cc Work on the agent debugging code. 2012-03-24 16:43:50 -07:00
AgentAssert.h Add an MIT copyright notice to all the source files. 2012-03-23 03:11:34 -07:00
AgentDebugClient.cc Add an MIT copyright notice to all the source files. 2012-03-23 03:11:34 -07:00
ConsoleInput.cc Work on the agent debugging code. 2012-03-24 16:43:50 -07:00
ConsoleInput.h Add an MIT copyright notice to all the source files. 2012-03-23 03:11:34 -07:00
Coord.cc Add an MIT copyright notice to all the source files. 2012-03-23 03:11:34 -07:00
Coord.h Add an MIT copyright notice to all the source files. 2012-03-23 03:11:34 -07:00
DsrSender.h Add an MIT copyright notice to all the source files. 2012-03-23 03:11:34 -07:00
EventLoop.cc Add an MIT copyright notice to all the source files. 2012-03-23 03:11:34 -07:00
EventLoop.h Add an MIT copyright notice to all the source files. 2012-03-23 03:11:34 -07:00
main.cc Replace assert with ASSERT. 2012-03-24 16:41:15 -07:00
Makefile Remove a piece of old Qt code from this Makefile. 2012-03-28 03:12:22 -07:00
NamedPipe.cc Work on the agent debugging code. 2012-03-24 16:43:50 -07:00
NamedPipe.h Add an MIT copyright notice to all the source files. 2012-03-23 03:11:34 -07:00
SmallRect.cc Add an MIT copyright notice to all the source files. 2012-03-23 03:11:34 -07:00
SmallRect.h Add an MIT copyright notice to all the source files. 2012-03-23 03:11:34 -07:00
Terminal.cc Send "\r" instead of "\x1b[1G" because carriage return is simpler. 2012-03-28 03:12:13 -07:00
Terminal.h Add an MIT copyright notice to all the source files. 2012-03-23 03:11:34 -07:00
Win32Console.cc Remove unused console font code from Win32Console::setSmallFont. 2012-03-28 01:09:52 -07:00
Win32Console.h Select a small console font on agent startup. 2012-03-28 01:05:26 -07:00