1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-06-30 19:12:48 -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:
Simon Tatham
2003-03-06 12:51:12 +00:00
parent 8228cd2d72
commit c5181dc498
7 changed files with 107 additions and 24 deletions

View File

@ -380,6 +380,7 @@ struct config_tag {
int fullscreenonaltenter;
int scroll_on_key;
int scroll_on_disp;
int erase_to_scrollback;
int compose_key;
int ctrlaltkeys;
char wintitle[256]; /* initial window title */