winpty/agent
Uwe Stieber c170d6167f Add support for a non-terminal console mode
If a process is running under control of winpty, the output of the process is decorated with ESC sequences to control a terminal to print the process output nicely. In some environments however, the client showing the output to the user is not a full terminal emulation, the Eclipse CDT debug console view in example, and the ESC sequences are printed as output additional to the real process output. This commit is adding an API function to switch into a mode where winpty is not decorating the process output with ESC sequences. The console mode is designated to pass on the process output to the client as is.
2013-12-06 15:32:23 +01:00
..
Agent.cc Add support for a non-terminal console mode 2013-12-06 15:32:23 +01:00
Agent.h Simplify patch by using GetProcessId 2013-09-24 13:11:48 +02:00
AgentAssert.cc Rename Shared to shared and Misc to misc. 2012-04-01 02:13:21 -07:00
AgentAssert.h Add an MIT copyright notice to all the source files. 2012-03-23 03:11:34 -07:00
ConsoleInput.cc Rename Shared to shared and Misc to misc. 2012-04-01 02:13:21 -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 Rename Shared to shared and Misc to misc. 2012-04-01 02:13:21 -07:00
EventLoop.h Add an MIT copyright notice to all the source files. 2012-03-23 03:11:34 -07:00
main.cc In winpty-agent, print an error message if the arguments are invalid. 2012-12-20 04:20:10 -08:00
Makefile MSVC compatibility: Remove the {Agent,WinPty}DebugClient.cc hack. 2012-12-20 04:07:57 -08:00
NamedPipe.cc Rename Shared to shared and Misc to misc. 2012-04-01 02:13:21 -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 Add support for a non-terminal console mode 2013-12-06 15:32:23 +01:00
Terminal.h Add support for a non-terminal console mode 2013-12-06 15:32:23 +01:00
Win32Console.cc Rename Shared to shared and Misc to misc. 2012-04-01 02:13:21 -07:00
Win32Console.h Select a small console font on agent startup. 2012-03-28 01:05:26 -07:00