mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 14:24:39 -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
|
||||
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