From 79b191ba4c8b4ae87fb719ce27f66d5bef18ec8e Mon Sep 17 00:00:00 2001 From: Dustin Kirkland Date: Thu, 2 Jul 2009 16:02:27 -0700 Subject: [PATCH] revert blinking change Signed-off-by: Dustin Kirkland --- bin/load_average | 2 +- debian/changelog | 7 ++----- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/bin/load_average b/bin/load_average index 7ffbffdc..280fa695 100755 --- a/bin/load_average +++ b/bin/load_average @@ -22,4 +22,4 @@ if [ "$1" = "--detail" ]; then exit 0 fi -printf "\005{=B Yk}%s\005{-} " $(awk '{print $1}' /proc/loadavg) +printf "\005{= Yk}%s\005{-} " $(awk '{print $1}' /proc/loadavg) diff --git a/debian/changelog b/debian/changelog index 8fdfd560..e0810a45 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,12 +2,9 @@ byobu (2.19) unreleased; urgency=low * bin/cpu_freq, bin/disk, bin/mem_available, bin/mem_used: use bold font for these, to help with dark colored tty's - * bin/load_average, bin/temp_c, bin/temp_f: fix display of yellow on - dark tty's (note, if users start complaining about their load average - blinking, *this* is where that was introduced) + * bin/temp_c, bin/temp_f: fix display of yellow on dark tty's - - -- Dustin Kirkland Wed, 01 Jul 2009 14:38:26 -0700 + -- Dustin Kirkland Thu, 02 Jul 2009 16:02:09 -0700 byobu (2.18-0ubuntu1) karmic; urgency=low