X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=config.c;fp=config.c;h=58881ca35bd44dd5f4e77502c2289759d40d9562;hb=4b6ffd99f1b22dde0e95fe5a6b63ed7f16584ee5;hp=e8b7c579da1b2415f3d72e995f2867bca7d19bd8;hpb=bc4e41154a32766f6920e381bacc6b0794b5f5b9;p=PuTTY.git diff --git a/config.c b/config.c index e8b7c579..58881ca3 100644 --- a/config.c +++ b/config.c @@ -1014,6 +1014,9 @@ void setup_config_box(struct controlbox *b, struct sesslist *sesslist, HELPCTX(features_retitle), dlg_stdcheckbox_handler, I(offsetof(Config,no_remote_wintitle))); + ctrl_checkbox(s, "Disable remote window title querying (SECURITY)", + 'q', HELPCTX(features_qtitle), dlg_stdcheckbox_handler, + I(offsetof(Config,no_remote_qtitle))); ctrl_checkbox(s, "Disable destructive backspace on server sending ^?",'b', HELPCTX(features_dbackspace), dlg_stdcheckbox_handler, I(offsetof(Config,no_dbackspace)));