mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-21 14:03:18 -07:00
parent
cf325411c1
commit
1d45e71856
2 changed files with 5 additions and 1 deletions
4
debian/changelog
vendored
4
debian/changelog
vendored
|
@ -34,6 +34,10 @@ byobu (5.20) unreleased; urgency=low
|
|||
* usr/share/byobu/profiles/tmux: LP: #1012348
|
||||
- fix status activity/alert bolding
|
||||
- seems upstream tmux changed the option name from "alert" to "activity"
|
||||
|
||||
[ https://launchpad.net/~ktyubuntu ]
|
||||
* usr/lib/byobu/logo: LP: #1004712
|
||||
- fix Red Hat logo detection
|
||||
* usr/lib/byobu/logo: LP: #1004722
|
||||
- add apple distro and logo
|
||||
|
||||
|
|
|
@ -113,7 +113,7 @@ __logo() {
|
|||
logo=" lm "
|
||||
$MARKUP && printf "$(color g w)$logo$(color -)$(color g w)$(color -) " || printf "$logo"
|
||||
;;
|
||||
*redhat*)
|
||||
*red*hat*)
|
||||
logo=" RH "
|
||||
$MARKUP && printf "$(color R k)%s$(color -)" "$logo" || printf "$logo"
|
||||
;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue