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:
+1
-1
@@ -9091,7 +9091,7 @@ sub killkid {
|
|||||||
print $stdout "*** your current filter expression:\n";
|
print $stdout "*** your current filter expression:\n";
|
||||||
print $stdout "-filter='$filter'\n";
|
print $stdout "-filter='$filter'\n";
|
||||||
}
|
}
|
||||||
&generate_otabcomp;
|
&generate_otabcomp if ($verbose);
|
||||||
sleep 2 if ($dostream);
|
sleep 2 if ($dostream);
|
||||||
kill 9, $curlpid if ($curlpid);
|
kill 9, $curlpid if ($curlpid);
|
||||||
kill 9, $child;
|
kill 9, $child;
|
||||||
|
|||||||
Reference in New Issue
Block a user