Abe Crabtree complains that flushing the log file as often as we do in 0.56
[u/mdw/putty] / terminal.c
index c6dee33..54f86f8 100644 (file)
@@ -4337,7 +4337,8 @@ static void term_out(Terminal *term)
     }
 
     term_print_flush(term);
-    logflush(term->logctx);
+    if (term->cfg.logflush)
+       logflush(term->logctx);
 }
 
 /*