A Windows software package providing an interface similar to a Unix pty-master for communicating with Windows console programs.
Go to file
Ryan Prichard affceb9ffd Fix a bug involving the Terminal::finishOutput call.
Before the Qt removal, Terminal::finishOutput accepted a QPoint object with
a 32-bit line number.  Changing it to accept Coord introduced a bug because
the Coord line number is only 16-bits.  The moveTerminalToLine and sendLine
methods still accepted a 32-bit line number, though.

The result was, after 32768 lines of output, the
Terminal::moveTerminalToLine function would be called alternately with
truncated and untruncated line numbers (e.g. -32000 and 33536), and the
function would generate massive amounts of "cursor up" and "newline"
output.
2012-03-15 02:11:03 -07:00
agent Fix a bug involving the Terminal::finishOutput call. 2012-03-15 02:11:03 -07:00
include Add TODO comments. 2012-03-13 22:15:02 -07:00
libpconsole Add some TODO comments. 2012-02-20 04:54:18 -08:00
Misc Delete some dead code (Console directory) and reorganize. 2012-01-21 02:31:27 -08:00
Shared Various changes intended to help with debugging. 2012-03-15 01:59:12 -07:00
TestNetClient Fix terminal output bugs in the TestNet client. 2011-11-24 03:03:25 -08:00
TestNetServer Update the TestNetServer. 2012-01-23 22:04:34 -08:00
unix-adapter Add some TODO comments. 2012-02-20 04:54:18 -08:00
.gitignore Work on switching from qmake to makefiles and reorganize code a little. 2012-01-21 17:30:41 -08:00
config-mingw.mk Remove cruft. 2012-01-21 17:33:41 -08:00
config-unix.mk Make the unix-adapter work on MSYS. 2012-02-20 03:34:14 -08:00
config.mk Use -MMD instead of -MD. It keeps the dependency files smaller. 2012-02-20 03:36:36 -08:00
deploy.sh Add a PseudoConsole.dll library providing a client to the PseudoConsole 2012-01-09 00:56:55 -08:00
Makefile Add a Unix pty<->pconsole adapter. 2012-01-28 14:23:31 -08:00
Notes.txt Add TODO comments. 2012-03-13 22:15:02 -07:00