mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-06-30 19:12:48 -05:00
Abe Crabtree complains that flushing the log file as often as we do in 0.56
results in unacceptable performance for him on Win2000. Add a checkbox to revert to the old behaviour. [originally from svn r4988] [this svn revision also touched putty-wishlist]
This commit is contained in:
@ -13,6 +13,7 @@
|
||||
#define WINHELP_CTX_logging_main "logging.main"
|
||||
#define WINHELP_CTX_logging_filename "logging.filename"
|
||||
#define WINHELP_CTX_logging_exists "logging.exists"
|
||||
#define WINHELP_CTX_logging_flush "logging.flush"
|
||||
#define WINHELP_CTX_logging_ssh_omit_password "logging.ssh.omitpassword"
|
||||
#define WINHELP_CTX_logging_ssh_omit_data "logging.ssh.omitdata"
|
||||
#define WINHELP_CTX_keyboard_backspace "keyboard.backspace"
|
||||
|
Reference in New Issue
Block a user