]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Introduce a sane interface function, from_backend(), for backends to
authorSimon Tatham <anakin@pobox.com>
Fri, 20 Oct 2000 13:51:46 +0000 (13:51 +0000)
committerSimon Tatham <anakin@pobox.com>
Fri, 20 Oct 2000 13:51:46 +0000 (13:51 +0000)
commite32603347c00d0dbd9c85906e93739cd9c07e2eb
tree4fad54c197644433ad12f5e73b3ae65e200fe83c
parent31374678c08c7aa46ae1062554274965f0b76d9b
Introduce a sane interface function, from_backend(), for backends to
use when they have data from the network. Replaces the utterly daft
inbuf / inbuf_head / term_out() interface, which only made sense
when feeding to terminal.c. (terminal.c now implements
from_backend() as a small function that gateways to the old
interface.)

As a side effect, from_backend() also has an `is_stderr' parameter,
so scp can once again separate the server's pronouncements on stderr
from the actual protocol progress on stdout.

[originally from svn r729]
ldisc.c
plink.c
putty.h
raw.c
scp.c
ssh.c
telnet.c
terminal.c
window.c