]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - config.c
Richard B's patch to push erased text into the scrollback on ESC[2J
[PuTTY.git] / config.c
index ebcd6077ea964b816ac5acfa14a9fa4812614c17..922bfa14618ffd41cf3f5ec16eca25bca2ca1532 100644 (file)
--- 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.