1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-07-01 03:22:48 -05:00

We can now configure the terminal's answerback string when it receives ^E.

[originally from svn r1031]
This commit is contained in:
Simon Tatham
2001-04-09 12:43:46 +00:00
parent 0d419ab966
commit 8e91c62bfa
4 changed files with 39 additions and 3 deletions

View File

@ -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;