]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
From RDB: a patch to allow special keys (^C, ^Z, Delete, Return) to
authorSimon Tatham <anakin@pobox.com>
Wed, 9 May 2001 15:12:26 +0000 (15:12 +0000)
committerSimon Tatham <anakin@pobox.com>
Wed, 9 May 2001 15:12:26 +0000 (15:12 +0000)
commite001f1533e0e8b900e69924af9509d8733d94259
tree6a0690d0178e35eebc70b4a13b32f46fb5acf899
parentc2eb57a034f4e6785656497be54d7f1d89fad1ad
From RDB: a patch to allow special keys (^C, ^Z, Delete, Return) to
send Telnet special sequences (Interrupt Process, Suspend, Erase
Char, End Of Line) instead of their ASCII equivalents. In particular
Return -> Telnet End Of Line is _always_ enabled irrespective of the
configuration, while the others are optional. Also in this patch, an
entertainingly ghastly use of `switch' to allow literal ^M^J to do
the same thing as magic-^M (the Return key) when in Raw protocol.

[originally from svn r1109]
ldisc.c
putty.h
settings.c
telnet.c
windlg.c
window.c