From: Simon Ruderich Date: Mon, 1 Feb 2016 07:55:42 +0000 (+0100) Subject: debug: enable autoflush X-Git-Url: https://ruderich.org/simon/gitweb/?p=fcscs%2Ffcscs.git;a=commitdiff_plain;h=1ef91de49d5a0337ebdd0254d9da659d7774657f;ds=sidebyside debug: enable autoflush --- diff --git a/bin/fcscs b/bin/fcscs index 6741a91..6e3d9cb 100755 --- a/bin/fcscs +++ b/bin/fcscs @@ -366,6 +366,7 @@ package Screen { $fh = undef; # a failed open still writes a value to $fh return; } + $fh->autoflush(1); } foreach (@args) {