X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=putty.h;h=d5333942bd27dbd74eab5eb5cebeb343663d5d45;hb=7c65b9c57ab1b98ec21ac217a8892131497a1d0f;hp=3ccd96cb868beb52d8286d617b3ae1a7ddef1ab8;hpb=297efff30350ddffbc77dd6da4269db87103789c;p=PuTTY.git diff --git a/putty.h b/putty.h index 3ccd96cb..d5333942 100644 --- a/putty.h +++ b/putty.h @@ -279,9 +279,9 @@ enum { * three-way settings whose values are `always yes', `always * no', and `decide by some more complex automated means'. This * is true of line discipline options (local echo and line - * editing), proxy DNS, Close On Exit, and SSH server bug - * workarounds. Accordingly I supply a single enum here to deal - * with them all. + * editing), proxy DNS, proxy terminal logging, Close On Exit, and + * SSH server bug workarounds. Accordingly I supply a single enum + * here to deal with them all. */ FORCE_ON, FORCE_OFF, AUTO }; @@ -681,6 +681,7 @@ void cleanup_exit(int); X(STR, NONE, proxy_username) \ X(STR, NONE, proxy_password) \ X(STR, NONE, proxy_telnet_command) \ + X(INT, NONE, proxy_log_to_term) \ /* SSH options */ \ X(STR, NONE, remote_cmd) \ X(STR, NONE, remote_cmd2) /* fallback if remote_cmd fails; never loaded or saved */ \