mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-01 03:22:48 -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:
@ -934,6 +934,15 @@ setting you want if you have no better ideas.
|
||||
\dd PuTTY responds with the actual window title. This is dangerous for
|
||||
the reasons described above.
|
||||
|
||||
\S{config-features-clearscroll} Disabling remote \i{scrollback clearing}
|
||||
|
||||
\cfg{winhelp-topic}{features.clearscroll}
|
||||
|
||||
PuTTY has the ability to clear the terminal's scrollback buffer in
|
||||
response to a command from the server. If you find PuTTY is doing this
|
||||
unexpectedly or inconveniently, you can tell PuTTY not to respond to
|
||||
that server command.
|
||||
|
||||
\S{config-features-dbackspace} Disabling \i{destructive backspace}
|
||||
|
||||
\cfg{winhelp-topic}{features.dbackspace}
|
||||
|
Reference in New Issue
Block a user