From 8d8a662e7b28a511320a1af94a2da09b4b75b322 Mon Sep 17 00:00:00 2001 From: Dustin Kirkland Date: Wed, 9 Jan 2013 09:43:37 -0600 Subject: [PATCH] * 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) --- debian/changelog | 5 ++++- usr/lib/byobu/logo | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) 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