mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-21 14:03:18 -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> ]
|
[ 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
|
||||||
|
|
||||||
|
|
|
@ -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 --
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue