Tartarus CVS: putty simon

tartarus-commits-admin@lists.tartarus.org tartarus-commits-admin@lists.tartarus.org
Wed, 09 May 2001 16:12:26 +0100


CVSROOT:	/home/cvs
Module name:	putty
Changes by:	simon	01/05/09 16:12:26

Modified files:
	.              : ldisc.c putty.h settings.c telnet.c windlg.c 
	                 window.c 

Log message:
>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.