]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Add a configurable option to make Return in Telnet send an ordinary
authorSimon Tatham <anakin@pobox.com>
Sat, 29 Dec 2001 17:21:26 +0000 (17:21 +0000)
committerSimon Tatham <anakin@pobox.com>
Sat, 29 Dec 2001 17:21:26 +0000 (17:21 +0000)
commit726f9dde7e747f0e317da6fbe0594a81597d4a2b
tree29bf8ca5abff6d89d6c59a5f0636630d32b251f7
parent69b15bcc90f3556672e9dd63cce5cb787dbba7a8
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.

[originally from svn r1520]
doc/config.but
ldisc.c
putty.h
settings.c
windlg.c