]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Robert de Bath's multi-purpose patch, slightly modified.
authorSimon Tatham <anakin@pobox.com>
Tue, 30 Nov 1999 10:52:07 +0000 (10:52 +0000)
committerSimon Tatham <anakin@pobox.com>
Tue, 30 Nov 1999 10:52:07 +0000 (10:52 +0000)
commita8d5838ebcc5d416620c196b146e5e4a252c1571
tree6a2fb6bc729cdaed445d9f6a482d0573c71ad17a
parent8446532e4ad4e8e68eb82bf86a36ba1f5a38d78f
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 :-)

[originally from svn r328]
putty.h
raw.c
ssh.c
telnet.c
terminal.c
window.c