Provide indication for bandwidth request while being idle.
authorlace <>
Wed, 27 Dec 2006 16:23:01 +0000 (16:23 +0000)
committerlace <>
Wed, 27 Dec 2006 16:23:01 +0000 (16:23 +0000)
bin/fup

diff --git a/bin/fup b/bin/fup
index 955dc1e..05f5d06 100755 (executable)
--- a/bin/fup
+++ b/bin/fup
@@ -176,7 +176,7 @@ for (;;) {
        $tx_last=$tx;
        push @history,$on_now;
        my $print=$on_now;
-       $print="." if $input_idle;
+       $print=($on_now ? "." : "v") if $input_idle;
        $print="*" if $ignore_read;
        print($print);
        history(1,($input_idle ? 0 : $STABILIZE_ON));