X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/d1582b2e76cf777e4da4e047faa5cccab135f663..876e5d5e627d117190851e41c0fb3d2d08cac70d:/config.c diff --git a/config.c b/config.c index ebcd6077..922bfa14 100644 --- a/config.c +++ b/config.c @@ -980,6 +980,10 @@ void setup_config_box(struct controlbox *b, struct sesslist *sesslist, ctrl_checkbox(s, "Reset scrollback on display activity", 'p', HELPCTX(window_scrollback), dlg_stdcheckbox_handler, I(offsetof(Config,scroll_on_disp))); + ctrl_checkbox(s, "Push erased text into scrollback", 'e', + HELPCTX(window_erased), + dlg_stdcheckbox_handler, + I(offsetof(Config,erase_to_scrollback))); /* * The Window/Appearance panel.