X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;ds=sidebyside;f=doc%2Fconfig.but;h=604fcb16f9ab359ae20d1ee81818d3260bb5a533;hb=fdbd6978016e9fd87db7b3bfc33ff0da8bd3eea9;hp=646b5712c6c6a1b49dc206ce024715a2b8c2d88b;hpb=726f9dde7e747f0e317da6fbe0594a81597d4a2b;p=PuTTY.git diff --git a/doc/config.but b/doc/config.but index 646b5712..604fcb16 100644 --- a/doc/config.but +++ b/doc/config.but @@ -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.26 2002/02/24 15:25:19 simon Exp $ \C{config} Configuring PuTTY @@ -330,6 +330,11 @@ multiple times at the keyboard. If you set the answerback string to be empty, this problem should go away, but doing so might cause other problems. +Note that this is \e{not} the feature of PuTTY which the server will +typically use to determine your terminal type. That feature is the +\q{Terminal-type string} in the Connection panel; see +\k{config-termtype} for details. + \S{config-localecho} \q{Local echo} \cfg{winhelp-topic}{terminal.localecho} @@ -1059,6 +1064,12 @@ box below, and press the \q{Set} button. This mechanism currently only covers ASCII characters, because it isn't feasible to expand the list to cover the whole of Unicode. +Character class definitions can be modified by control sequences +sent by the server. This configuration option only controls the +\e{default} state. If you modify this option in mid-session using +\q{Change Settings}, you will need to reset the terminal (see +\k{reset-terminal}) before the change takes effect. + \H{config-colours} The Colours panel The Colours panel allows you to control PuTTY's use of colour. @@ -1293,12 +1304,12 @@ the Telnet special backspace code, and Control-C will send the Telnet special interrupt code. You probably shouldn't enable this 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} 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 Telnet New Line code when you press Return, instead of sending Control-M as it does in most other protocols.