mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-06-30 19:12:48 -05:00
Disable window title reporting by default, since it's a security
hazard. I considered removing it completely, but I can't rule out the possibility of an OS that actually takes security of its terminal devices seriously, and which might be able to make sensible and safe use of this feature. [originally from svn r3103]
This commit is contained in:
@ -26,6 +26,7 @@
|
||||
#define WINHELP_CTX_features_resize "features.resize"
|
||||
#define WINHELP_CTX_features_altscreen "features.altscreen"
|
||||
#define WINHELP_CTX_features_retitle "features.retitle"
|
||||
#define WINHELP_CTX_features_qtitle "features.qtitle"
|
||||
#define WINHELP_CTX_features_dbackspace "features.dbackspace"
|
||||
#define WINHELP_CTX_features_charset "features.charset"
|
||||
#define WINHELP_CTX_terminal_autowrap "terminal.autowrap"
|
||||
|
Reference in New Issue
Block a user