We can now configure the terminal's answerback string when it receives ^E.
[u/mdw/putty] / putty.h
diff --git a/putty.h b/putty.h
index 755704c..5e881e1 100644 (file)
--- a/putty.h
+++ b/putty.h
@@ -227,6 +227,7 @@ typedef struct {
     char logfilename[FILENAME_MAX];
     int logtype;
     int hide_mouseptr;
+    char answerback[256];
     /* Colour options */
     int try_palette;
     int bold_colour;