From 1c5ef8266099104d7d94cfb611e03f1d37655fa2 Mon Sep 17 00:00:00 2001 From: Dustin Kirkland Date: Tue, 12 Mar 2013 23:10:56 -0500 Subject: [PATCH] * usr/lib/byobu/logo: - display logo surrounded by spaces on OSX --- debian/changelog | 5 +++++ usr/lib/byobu/logo | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index e34a3657..d3eb1c43 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,10 +1,15 @@ byobu (5.34) unreleased; urgency=low + [ Dustin Kirkland ] * debian/rules: - check bash syntax at build time, to avoid LP: #1119446, #1119345 again * usr/lib/byobu/include/constants: - ensure that we have something in BYOBU_ULIMIT + [ Lukas Stabe ] + * usr/lib/byobu/logo: + - display logo surrounded by spaces on OSX + -- Dustin Kirkland Fri, 08 Feb 2013 14:48:02 -0600 byobu (5.33-0ubuntu1) raring; urgency=low diff --git a/usr/lib/byobu/logo b/usr/lib/byobu/logo index 20e9d362..987ff3c1 100755 --- a/usr/lib/byobu/logo +++ b/usr/lib/byobu/logo @@ -104,7 +104,7 @@ __logo() { # The Apple option character #logo=" ⌘ " # The Apple logo -- only visible from Mac terminals - logo="" + logo="  " else logo=" X " fi