mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-06-30 19:12:48 -05:00
Add a Features checkbox to disable bracketed paste mode.
I've had more than one conversation recently in which users have mentioned finding this mode inconvenient. I don't know whether any of them would want to turn it off completely, but it seems likely that _somebody_ will, sooner or later. So here's an option to do that.
This commit is contained in:
@ -45,6 +45,7 @@ typedef const char *HelpCtx;
|
||||
#define WINHELP_CTX_features_clearscroll "config-features-clearscroll"
|
||||
#define WINHELP_CTX_features_arabicshaping "config-features-shaping"
|
||||
#define WINHELP_CTX_features_bidi "config-features-bidi"
|
||||
#define WINHELP_CTX_features_bracketed_paste "config-features-bracketed-paste"
|
||||
#define WINHELP_CTX_terminal_autowrap "config-autowrap"
|
||||
#define WINHELP_CTX_terminal_decom "config-decom"
|
||||
#define WINHELP_CTX_terminal_lfhascr "config-crlf"
|
||||
|
Reference in New Issue
Block a user