mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-12 08:43:53 -05:00
Richard B's patch to push erased text into the scrollback on ESC[2J
clears, and also to temporarily push the primary screen contents into the scrollback while the alternate screen is active and bring it back afterwards. [originally from svn r2910]
This commit is contained in:
4
config.c
4
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.
|
||||
|
Reference in New Issue
Block a user