1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-27 02:02:26 +00:00

Oops - the help for the new Telnet NL option wasn't quite there.

[originally from svn r1521]
This commit is contained in:
Simon Tatham 2001-12-29 17:25:07 +00:00
parent 726f9dde7e
commit 320ee10afb
2 changed files with 5 additions and 4 deletions

View File

@ -1,4 +1,4 @@
\versionid $Id: config.but,v 1.23 2001/12/29 17:21:26 simon Exp $ \versionid $Id: config.but,v 1.24 2001/12/29 17:25:07 simon Exp $
\C{config} Configuring PuTTY \C{config} Configuring PuTTY
@ -1293,12 +1293,12 @@ the Telnet special backspace code, and Control-C will send the
Telnet special interrupt code. You probably shouldn't enable this Telnet special interrupt code. You probably shouldn't enable this
unless you know what you're doing. unless you know what you're doing.
\S{config-telnetkey} \q{Return key sends telnet New Line instead of ^M} \S{config-telnetnl} \q{Return key sends telnet New Line instead of ^M}
\cfg{winhelp-topic}{telnet.newline} \cfg{winhelp-topic}{telnet.newline}
Unlike most other remote login protocols, the Telnet protocol has a Unlike most other remote login protocols, the Telnet protocol has a
special \Q{new line} code that is not the same as the usual line special \q{new line} code that is not the same as the usual line
endings of Control-M or Control-J. By default, PuTTY sends the endings of Control-M or Control-J. By default, PuTTY sends the
Telnet New Line code when you press Return, instead of sending Telnet New Line code when you press Return, instead of sending
Control-M as it does in most other protocols. Control-M as it does in most other protocols.

View File

@ -803,8 +803,9 @@ char *help_context_cmd(int id)
case IDC_TACTIVE: case IDC_TACTIVE:
return "JI(`',`telnet.passive')"; return "JI(`',`telnet.passive')";
case IDC_TELNETKEY: case IDC_TELNETKEY:
case IDC_TELNETRET:
return "JI(`',`telnet.specialkeys')"; return "JI(`',`telnet.specialkeys')";
case IDC_TELNETRET:
return "JI(`',`telnet.newline')";
case IDC_R_TSSTATIC: case IDC_R_TSSTATIC:
case IDC_R_TSEDIT: case IDC_R_TSEDIT: