mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 14:24:39 -07:00
revert blinking change
Signed-off-by: Dustin Kirkland <kirkland@canonical.com>
This commit is contained in:
parent
287af28ad2
commit
79b191ba4c
2 changed files with 3 additions and 6 deletions
|
@ -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)
|
||||
|
|
7
debian/changelog
vendored
7
debian/changelog
vendored
|
@ -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 <kirkland@ubuntu.com> Wed, 01 Jul 2009 14:38:26 -0700
|
||||
-- Dustin Kirkland <kirkland@ubuntu.com> Thu, 02 Jul 2009 16:02:09 -0700
|
||||
|
||||
byobu (2.18-0ubuntu1) karmic; urgency=low
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue