X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=putty.h;h=b003652c36e75e4baed0c1c95c20e1a09168dbd8;hb=12e019bafc75cb441e965c63e15dfceeaf71ca1e;hp=fd1318d009a946793ddadfcd622de6ff42cc9a97;hpb=230d400ddc4e802b64b9664431c9429bfb4cfd66;p=PuTTY.git diff --git a/putty.h b/putty.h index fd1318d0..b003652c 100644 --- a/putty.h +++ b/putty.h @@ -297,6 +297,11 @@ enum { LD_ECHO /* local echo */ }; +enum { + /* Actions on remote window title query */ + TITLE_NONE, TITLE_EMPTY, TITLE_REAL +}; + enum { /* Protocol back ends. (cfg.protocol) */ PROT_RAW, PROT_TELNET, PROT_RLOGIN, PROT_SSH, @@ -486,7 +491,7 @@ struct config_tag { int no_remote_wintitle; /* disable remote retitling */ int no_dbackspace; /* disable destructive backspace */ int no_remote_charset; /* disable remote charset config */ - int no_remote_qtitle; /* disable remote win title query */ + int remote_qtitle_action; /* remote win title query action */ int app_cursor; int app_keypad; int nethack_keypad;