use a UTF-8 approximation of the Byobu logo, \U0001d11d

Unicode Character 'MUSICAL SYMBOL FOUR-STRING FRETBOARD' (U+1D11D)
This commit is contained in:
Dustin Kirkland 2013-09-24 15:44:52 -05:00
commit 73ec5b4a9c
2 changed files with 3 additions and 3 deletions

4
debian/changelog vendored
View file

@ -1,8 +1,8 @@
byobu (5.61) unreleased; urgency=low
* usr/lib/byobu/logo:
- use a UTF-8 approximation of the Byobu logo,
Unicode Character 'HANGZHOU NUMERAL THREE' (U+3023)
- use a UTF-8 approximation of the Byobu logo, 𝄝
Unicode Character 'MUSICAL SYMBOL FOUR-STRING FRETBOARD' (U+1D11D)
-- Dustin Kirkland <kirkland@ubuntu.com> Sat, 21 Sep 2013 09:42:30 -0500

View file

@ -123,7 +123,7 @@ __logo() {
if [ "$BYOBU_BACKEND" = "tmux" ] && [ "$BYOBU_CHARMAP" = "UTF-8" ]; then
logo="[B]"
else
logo=""
logo="𝄝"
fi
$MARKUP && printf "$(color b k W)%s$(color -)" "$logo" || printf " $logo "
;;