1
0
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:
Jacob Nevins
2004-12-16 15:22:36 +00:00
parent 89f4cf6a0a
commit a2e01a5604
6 changed files with 25 additions and 1 deletions

View File

@ -452,6 +452,7 @@ struct config_tag {
Filename logfilename;
int logtype;
int logxfovr;
int logflush;
int logomitpass;
int logomitdata;
int hide_mouseptr;