Add a configurable option to make Return in Telnet send an ordinary
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Sat, 29 Dec 2001 17:21:26 +0000 (17:21 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Sat, 29 Dec 2001 17:21:26 +0000 (17:21 +0000)
commiteee63b77cd283f43234d3a7884ec658fa7dc8778
tree29bf8ca5abff6d89d6c59a5f0636630d32b251f7
parentb5bee04848e35722b7875e2092c6b17a21025c0d
Add a configurable option to make Return in Telnet send an ordinary
^M instead of the Telnet New Line code. Unix-type telnetds don't
care one way or the other; RDB claims some telnetds prefer Telnet
NL; and now someone has found one that can't deal with Telnet NL and
prefers ^M. Sigh.

git-svn-id: svn://svn.tartarus.org/sgt/putty@1520 cda61777-01e9-0310-a592-d414129be87e
doc/config.but
ldisc.c
putty.h
settings.c
windlg.c