From 1a23a7325ce0ea7fcd49de7c5253a8d802ddf8c0 Mon Sep 17 00:00:00 2001 From: Lukas Stabe Date: Sat, 16 Feb 2013 01:40:56 +0100 Subject: [PATCH] fix time_binary printing "\n" and killing other output --- usr/lib/byobu/time_binary | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/usr/lib/byobu/time_binary b/usr/lib/byobu/time_binary index e039637e..2bef8052 100755 --- a/usr/lib/byobu/time_binary +++ b/usr/lib/byobu/time_binary @@ -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 --