* usr/lib/byobu/logo:

- use an orange background for the UTF-8, 256-colour Ubuntu logo
This commit is contained in:
Dustin Kirkland 2014-03-28 20:39:29 -05:00
commit 67637c262d
2 changed files with 6 additions and 4 deletions

2
debian/changelog vendored
View file

@ -9,6 +9,8 @@ byobu (5.77) unreleased; urgency=medium
- aubergine is now the directory, orange is the hostname - aubergine is now the directory, orange is the hostname
- still working on dircolors, use an aubergine (like our prompt) - still working on dircolors, use an aubergine (like our prompt)
for directories for directories
* usr/lib/byobu/logo:
- use an orange background for the UTF-8, 256-colour Ubuntu logo
-- Dustin Kirkland <kirkland@ubuntu.com> Tue, 18 Mar 2014 23:25:08 +0900 -- Dustin Kirkland <kirkland@ubuntu.com> Tue, 18 Mar 2014 23:25:08 +0900

View file

@ -37,15 +37,15 @@ __logo() {
if $MARKUP; then if $MARKUP; then
if [ "$BYOBU_BACKEND" = "tmux" ] && [ "$BYOBU_CHARMAP" = "UTF-8" ]; then if [ "$BYOBU_BACKEND" = "tmux" ] && [ "$BYOBU_CHARMAP" = "UTF-8" ]; then
if [ ! "$VTE_CJK_WIDTH" = "1" ] && [ ! "$VTE_CJK_WIDTH" = "wide" ] ; then if [ ! "$VTE_CJK_WIDTH" = "1" ] && [ ! "$VTE_CJK_WIDTH" = "wide" ] ; then
color m W; printf " u "; color - color "colour202" "colour255" ; printf " u "; color -
else else
color m W; printf " U "; color - color m W; printf " u "; color -
fi fi
else else
color m W; printf " U "; color - color m W; printf " u "; color -
fi fi
else else
printf " U " printf " u "
fi fi
;; ;;
*altlinux*) *altlinux*)