use a UTF-8 approximation of the Byobu logo, 〣

Unicode Character 'HANGZHOU NUMERAL THREE' (U+3023)
This commit is contained in:
Dustin Kirkland 2013-09-26 13:20:43 -05:00
commit 691c5e1548
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 'MUSICAL SYMBOL FOUR-STRING FRETBOARD' (U+1D11D)
- use a UTF-8 approximation of the Byobu logo,
Unicode Character 'HANGZHOU NUMERAL THREE' (U+3023)
-- 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 "
;;