]> asedeno.scripts.mit.edu Git - PuTTY_svn.git/blobdiff - terminal.c
Flush the logfile reasonably frequently in `printable output only' and
[PuTTY_svn.git] / terminal.c
index bf531eee8252e557c31ca44b0c8a81cf7e45f279..00fd7c85c690544fe34d70c40cffded429820b64 100644 (file)
@@ -3311,6 +3311,7 @@ void term_out(Terminal *term)
     }
 
     term_print_flush(term);
+    logflush(term->logctx);
 }
 
 #if 0