mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 06:23:19 -07:00
fix time_binary printing "\n" and killing other output
This commit is contained in:
parent
cc97ff19b0
commit
1a23a7325c
1 changed files with 3 additions and 2 deletions
|
@ -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