diff --git a/debian/changelog b/debian/changelog index e88d5dec..e9a1d319 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,9 @@ byobu (5.24) unreleased; urgency=low - * UNRELEASED + * usr/lib/byobu/logo: LP: #1094716 + - use the Apple unicode logo, rather than the Apple option symbol + - this is only visible from Mac terminals (much like the Ubuntu logo + is only visible from Ubuntu terminals) -- Dustin Kirkland Tue, 08 Jan 2013 22:39:57 -0600 diff --git a/usr/lib/byobu/logo b/usr/lib/byobu/logo index efdb7da7..a2734a36 100755 --- a/usr/lib/byobu/logo +++ b/usr/lib/byobu/logo @@ -101,7 +101,10 @@ __logo() { ;; *mac*|*darwin*) if [ "$BYOBU_BACKEND" = "tmux" ] && [ "$BYOBU_CHARMAP" = "UTF-8" ]; then - logo=" ⌘ " + # The Apple option character + #logo=" ⌘ " + # The Apple logo -- only visible from Mac terminals + logo="" else logo=" X " fi