From e942a239d43b21d4bdff92c6fe440e120c7b3dff Mon Sep 17 00:00:00 2001 From: Semyon Maryasin Date: Sun, 9 Nov 2025 17:44:27 +0300 Subject: [PATCH] Do explicitly flush stdout on prompt --- bin/nic.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/nic.pl b/bin/nic.pl index db3dafb..e304f99 100755 --- a/bin/nic.pl +++ b/bin/nic.pl @@ -207,6 +207,7 @@ sub promptIfMissing { } else { print $::savedStdout $prompt, ": "; } + $::savedStdout->flush(); $| = 1; $_ = ; chomp;