mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 06:23:19 -07:00
* usr/lib/byobu/logo:
- use an orange background for the UTF-8, 256-colour Ubuntu logo
This commit is contained in:
parent
f75b609bcb
commit
67637c262d
2 changed files with 6 additions and 4 deletions
2
debian/changelog
vendored
2
debian/changelog
vendored
|
@ -9,6 +9,8 @@ byobu (5.77) unreleased; urgency=medium
|
|||
- aubergine is now the directory, orange is the hostname
|
||||
- still working on dircolors, use an aubergine (like our prompt)
|
||||
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
|
||||
|
||||
|
|
|
@ -37,15 +37,15 @@ __logo() {
|
|||
if $MARKUP; then
|
||||
if [ "$BYOBU_BACKEND" = "tmux" ] && [ "$BYOBU_CHARMAP" = "UTF-8" ]; then
|
||||
if [ ! "$VTE_CJK_WIDTH" = "1" ] && [ ! "$VTE_CJK_WIDTH" = "wide" ] ; then
|
||||
color m W; printf " u "; color -
|
||||
color "colour202" "colour255" ; printf " u "; color -
|
||||
else
|
||||
color m W; printf " U "; color -
|
||||
color m W; printf " u "; color -
|
||||
fi
|
||||
else
|
||||
color m W; printf " U "; color -
|
||||
color m W; printf " u "; color -
|
||||
fi
|
||||
else
|
||||
printf " U "
|
||||
printf " u "
|
||||
fi
|
||||
;;
|
||||
*altlinux*)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue