mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-21 14:03:18 -07:00
* usr/lib/byobu/network:
- fix network threshold handling, which was not working properly
This commit is contained in:
parent
9a2771507e
commit
dc0947c6c8
2 changed files with 3 additions and 3 deletions
2
debian/changelog
vendored
2
debian/changelog
vendored
|
@ -3,6 +3,8 @@ byobu (4.12) unreleased; urgency=low
|
|||
* usr/bin/byobu-launch:
|
||||
- support users who chose to set LC_BYOBU=0, since
|
||||
LC_* are passed over SSH by default in Debian/Ubuntu
|
||||
* usr/lib/byobu/network:
|
||||
- fix network threshold handling, which was not working properly
|
||||
|
||||
-- Dustin Kirkland <kirkland@ubuntu.com> Sun, 12 Jun 2011 23:37:24 -0500
|
||||
|
||||
|
|
|
@ -93,9 +93,7 @@ for i in up down; do
|
|||
fi
|
||||
;;
|
||||
esac
|
||||
color b m w; printf "%s%s" "$symbol" "$rate"; color -; color m w; printf "%s" "$unit"; color --
|
||||
fi
|
||||
fi
|
||||
if [ "$rate" != "0" ]; then
|
||||
color b m w; printf "%s%s" "$symbol" "$rate"; color -; color m w; printf "%s" "$unit"; color --
|
||||
fi
|
||||
done
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue