From 2cd8ddb17d18124cf4c27beb837d826840415b4c Mon Sep 17 00:00:00 2001 From: Jacob Nevins Date: Wed, 22 May 2002 21:18:06 +0000 Subject: [PATCH] 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] --- doc/config.but | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/config.but b/doc/config.but index d5d03613..49f10615 100644 --- a/doc/config.but +++ b/doc/config.but @@ -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}