winpty/TestNetServer
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
..
main.cc Rename TelnetServer to TestNetServer to accurately reflect its actual 2011-11-24 03:03:25 -08:00
Server.cc Rename TelnetServer to TestNetServer to accurately reflect its actual 2011-11-24 03:03:25 -08:00
Server.h Rename TelnetServer to TestNetServer to accurately reflect its actual 2011-11-24 03:03:25 -08:00
Session.cc Pass an initial window size to the agent on startup. 2011-11-24 03:03:25 -08:00
Session.h Pass an initial window size to the agent on startup. 2011-11-24 03:03:25 -08:00
TestNetServer.pro Add initial server support for resizing terminal windows. 2011-11-24 03:03:25 -08:00