mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-21 14:03:18 -07:00
* usr/lib/byobu/logo:
- display logo surrounded by spaces on OSX
This commit is contained in:
parent
41e25c2493
commit
1c5ef82660
2 changed files with 6 additions and 1 deletions
5
debian/changelog
vendored
5
debian/changelog
vendored
|
@ -1,10 +1,15 @@
|
||||||
byobu (5.34) unreleased; urgency=low
|
byobu (5.34) unreleased; urgency=low
|
||||||
|
|
||||||
|
[ Dustin Kirkland ]
|
||||||
* debian/rules:
|
* debian/rules:
|
||||||
- check bash syntax at build time, to avoid LP: #1119446, #1119345 again
|
- check bash syntax at build time, to avoid LP: #1119446, #1119345 again
|
||||||
* usr/lib/byobu/include/constants:
|
* usr/lib/byobu/include/constants:
|
||||||
- ensure that we have something in BYOBU_ULIMIT
|
- ensure that we have something in BYOBU_ULIMIT
|
||||||
|
|
||||||
|
[ Lukas Stabe <lukas@stabe.de> ]
|
||||||
|
* usr/lib/byobu/logo:
|
||||||
|
- display logo surrounded by spaces on OSX
|
||||||
|
|
||||||
-- Dustin Kirkland <kirkland@ubuntu.com> Fri, 08 Feb 2013 14:48:02 -0600
|
-- Dustin Kirkland <kirkland@ubuntu.com> Fri, 08 Feb 2013 14:48:02 -0600
|
||||||
|
|
||||||
byobu (5.33-0ubuntu1) raring; urgency=low
|
byobu (5.33-0ubuntu1) raring; urgency=low
|
||||||
|
|
|
@ -104,7 +104,7 @@ __logo() {
|
||||||
# The Apple option character
|
# The Apple option character
|
||||||
#logo=" ⌘ "
|
#logo=" ⌘ "
|
||||||
# The Apple logo -- only visible from Mac terminals
|
# The Apple logo -- only visible from Mac terminals
|
||||||
logo=""
|
logo=" "
|
||||||
else
|
else
|
||||||
logo=" X "
|
logo=" X "
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue