From RDB: a patch to allow special keys (^C, ^Z, Delete, Return) to
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Wed, 9 May 2001 15:12:26 +0000 (15:12 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Wed, 9 May 2001 15:12:26 +0000 (15:12 +0000)
commita5f3e637bc3925f7c68ab0f3895408bb70154b13
tree6a0690d0178e35eebc70b4a13b32f46fb5acf899
parent6e1ebb76bc65c074b780b303a1f1550f5ae4dd3c
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.

git-svn-id: svn://svn.tartarus.org/sgt/putty@1109 cda61777-01e9-0310-a592-d414129be87e
ldisc.c
putty.h
settings.c
telnet.c
windlg.c
window.c