1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-04-09 23:28:06 -05:00

Note that answerback string can contain control characters with ^C notation,

and the ^~ escape, but don't go into the gory details.

[originally from svn r1693]
This commit is contained in:
Jacob Nevins 2002-05-22 21:18:06 +00:00
parent c92ea6c8ed
commit 2cd8ddb17d

View File

@ -1,4 +1,4 @@
\versionid $Id: config.but,v 1.32 2002/05/11 13:03:47 owen Exp $
\versionid $Id: config.but,v 1.33 2002/05/22 21:18:06 jacob Exp $
\C{config} Configuring PuTTY
@ -335,6 +335,9 @@ 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.
You can include control characters in the answerback string using
\c{^C} notation. (Use \c{^~} to get a literal \c{^}.)
\S{config-localecho} \q{Local echo}
\cfg{winhelp-topic}{terminal.localecho}