mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-21 05:53:22 -07:00
* usr/lib/byobu/time_binary:
- fix time_binary printing "\n" and killing other output
This commit is contained in:
parent
1c5ef82660
commit
2ddbdd9967
2 changed files with 5 additions and 2 deletions
2
debian/changelog
vendored
2
debian/changelog
vendored
|
@ -9,6 +9,8 @@ byobu (5.34) unreleased; urgency=low
|
|||
[ Lukas Stabe <lukas@stabe.de> ]
|
||||
* usr/lib/byobu/logo:
|
||||
- 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
|
||||
|
||||
|
|
|
@ -76,7 +76,7 @@ EOT
|
|||
suppress_seconds=n
|
||||
clock_type=binary
|
||||
format=std
|
||||
ending="\n"
|
||||
ending=""
|
||||
uppercase=n
|
||||
leading_zeros=n
|
||||
|
||||
|
@ -169,5 +169,6 @@ else
|
|||
display_time="${hh}${sep}${hm}${hs}${ending}"
|
||||
fi
|
||||
|
||||
color k w
|
||||
printf "%s" "$display_time"
|
||||
exit 0
|
||||
color --
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue