* usr/lib/byobu/time_binary:

- fix time_binary printing "\n" and killing other output
This commit is contained in:
Dustin Kirkland 2013-03-12 23:11:32 -05:00
commit 2ddbdd9967
2 changed files with 5 additions and 2 deletions

2
debian/changelog vendored
View file

@ -9,6 +9,8 @@ byobu (5.34) unreleased; urgency=low
[ Lukas Stabe <lukas@stabe.de> ] [ Lukas Stabe <lukas@stabe.de> ]
* usr/lib/byobu/logo: * usr/lib/byobu/logo:
- display logo surrounded by spaces on OSX - display logo surrounded by spaces on OSX
* usr/lib/byobu/time_binary:
- fix time_binary printing "\n" and killing other output
-- 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

View file

@ -76,7 +76,7 @@ EOT
suppress_seconds=n suppress_seconds=n
clock_type=binary clock_type=binary
format=std format=std
ending="\n" ending=""
uppercase=n uppercase=n
leading_zeros=n leading_zeros=n
@ -169,5 +169,6 @@ else
display_time="${hh}${sep}${hm}${hs}${ending}" display_time="${hh}${sep}${hm}${hs}${ending}"
fi fi
color k w
printf "%s" "$display_time" printf "%s" "$display_time"
exit 0 color --