mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-14 17:47:33 -05:00
Make ESC[3J (clear scrollback) a disableable escape sequence.
A user complained that it was being done nonconsensually, and it seems reasonable that the user should have the choice to prevent it.
This commit is contained in:
@ -315,6 +315,7 @@ struct terminal_tag {
|
||||
int no_remote_charset;
|
||||
int no_remote_resize;
|
||||
int no_remote_wintitle;
|
||||
int no_remote_clearscroll;
|
||||
int rawcnp;
|
||||
int rect_select;
|
||||
int remote_qtitle_action;
|
||||
|
Reference in New Issue
Block a user