A Windows software package providing an interface similar to a Unix pty-master for communicating with Windows console programs.
Go to file
Ryan Prichard c74f82abdb Pass an initial window size to the agent on startup.
* The TestNet protocol starts with a terminal resize escape sequence, so
   the server discards all input until it sees the sequence, and it delays
   starting the agent.  Eventually, the goal is to implement an SSH server,
   and the SSH message that creates a PTY also provides the terminal size.
2011-11-24 03:03:25 -08:00
Agent Pass an initial window size to the agent on startup. 2011-11-24 03:03:25 -08:00
Console Pass an initial window size to the agent on startup. 2011-11-24 03:03:25 -08:00
Misc Add a test program that uses the ioctl-like console interface to scroll 2011-11-24 03:03:25 -08:00
Shared Pass an initial window size to the agent on startup. 2011-11-24 03:03:25 -08:00
ShowConsoleInput Checkpoint Console work. 2011-11-24 03:03:05 -08:00
TestNetClient In the Unix client, send a resize escape sequence on startup and when the 2011-11-24 03:03:25 -08:00
TestNetServer Pass an initial window size to the agent on startup. 2011-11-24 03:03:25 -08:00
.gitignore Implement the Unix TestNet client. 2011-11-24 03:03:25 -08:00
DebugServer.py Initial commit of console work. 2011-10-30 15:07:02 -07:00
Notes.txt Add comments regarding capturing console output. 2011-11-24 03:03:25 -08:00