From: lace <> Date: Wed, 27 Dec 2006 16:23:01 +0000 (+0000) Subject: Provide indication for bandwidth request while being idle. X-Git-Url: https://git.jankratochvil.net/?p=nethome.git;a=commitdiff_plain;h=5e0e8ea3a74884cf242ae2421cf74f3e43f2a28e Provide indication for bandwidth request while being idle. --- diff --git a/bin/fup b/bin/fup index 955dc1e..05f5d06 100755 --- 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));