]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Rethink the whole line discipline architecture. Instead of having
authorSimon Tatham <anakin@pobox.com>
Wed, 24 Jan 2001 14:08:20 +0000 (14:08 +0000)
committerSimon Tatham <anakin@pobox.com>
Wed, 24 Jan 2001 14:08:20 +0000 (14:08 +0000)
commit7a79df8fe6285542ae2fdc0e3031929c30d7706f
treea6edf392779592047453a92d6a8409cc38ed81b4
parent89505459e31136106e5922fabb74df90eae4008b
Rethink the whole line discipline architecture. Instead of having
multiple switchable line disciplines, we now have a single unified
one which changes its behaviour based on option settings. Each
option setting can be suggested by the back end and/or the terminal
handler, and can be forcibly overridden by the configuration. Local
echo and local line editing are separate, independently switchable,
options.

[originally from svn r895]
12 files changed:
ldisc.c
plink.c
putty.h
raw.c
rlogin.c
scp.c
settings.c
ssh.c
telnet.c
terminal.c
windlg.c
window.c