X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=config.c;h=59d01e7479cded42d6e0384b7f1bac8b6c306d85;hb=2fb3e26584315e1d962226de40686c4cd7530bb7;hp=1b4bd91e240d3e25e77c9007e8c5cac2ae953e1e;hpb=ab433e80730112b02eea2fd99050cb71b4542070;p=PuTTY.git diff --git a/config.c b/config.c index 1b4bd91e..59d01e74 100644 --- a/config.c +++ b/config.c @@ -1690,6 +1690,10 @@ void setup_config_box(struct controlbox *b, int midsession, HELPCTX(features_retitle), conf_checkbox_handler, I(CONF_no_remote_wintitle)); + ctrl_checkbox(s, "Disable remote-controlled clearing of scrollback", 'e', + HELPCTX(features_clearscroll), + conf_checkbox_handler, + I(CONF_no_remote_clearscroll)); ctrl_radiobuttons(s, "Response to remote title query (SECURITY):", 'q', 3, HELPCTX(features_qtitle), conf_radiobutton_handler, @@ -2118,7 +2122,7 @@ void setup_config_box(struct controlbox *b, int midsession, ctrl_radiobuttons(s, "Print proxy diagnostics " "in the terminal window", 'r', 5, - HELPCTX(proxy_main), + HELPCTX(proxy_logging), conf_radiobutton_handler, I(CONF_proxy_log_to_term), "No", I(FORCE_OFF),