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