From 1ef91de49d5a0337ebdd0254d9da659d7774657f Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Mon, 1 Feb 2016 08:55:42 +0100 Subject: [PATCH] debug: enable autoflush --- bin/fcscs | 1 + 1 file changed, 1 insertion(+) 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) { -- 2.43.2