Moved readline updated messages to verbose display only. Should have been like that already, but sometimes it's just easier to put in a quick print instead of doing it right, then it comes back and bites you >:)

This commit is contained in:
Storm Dragon
2025-07-29 01:07:57 -04:00
parent e9c0d6f63d
commit 8c19f760d8
+1 -1
View File
@@ -9091,7 +9091,7 @@ sub killkid {
print $stdout "*** your current filter expression:\n";
print $stdout "-filter='$filter'\n";
}
&generate_otabcomp;
&generate_otabcomp if ($verbose);
sleep 2 if ($dostream);
kill 9, $curlpid if ($curlpid);
kill 9, $child;