Robert de Bath's multi-purpose patch, slightly modified.
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Tue, 30 Nov 1999 10:52:07 +0000 (10:52 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Tue, 30 Nov 1999 10:52:07 +0000 (10:52 +0000)
commitcabfd08c97213abe46f996a93407f8209fc38b94
tree6a2fb6bc729cdaed445d9f6a482d0573c71ad17a
parent1d470ad2e5c02decf05a509b2c8c2718a3f70495
Robert de Bath's multi-purpose patch, slightly modified.
 - ^E answerback is now `PuTTY'.
 - The framework is now in place for the scrollback to reset to
   bottom on display _or_ keyboard events _or_ both. An actual
   configurable option isn't yet present, but most of the code is in
   place.
 - Try to deal with the problems where incoming data gets dropped
   after decoding but before display.
 - Scrollback behaviour has changed: instead of keying it off
   `scroll' versus `delete top line', things now go into the
   scrollback from _either_ of those but only if the primary screen
   is selected. Should fix problems with `less' and talkers.
 - must_update variable has gone because rdb correctly observed that
   it didn't seem to be doing a great deal :-)

git-svn-id: svn://svn.tartarus.org/sgt/putty@328 cda61777-01e9-0310-a592-d414129be87e
putty.h
raw.c
ssh.c
telnet.c
terminal.c
window.c