diff options
author | Tom Gundersen <teg@jklm.no> | 2011-12-13 14:01:51 +0100 |
---|---|---|
committer | Tom Gundersen <teg@jklm.no> | 2011-12-13 14:01:51 +0100 |
commit | 7c7d7f258aec089afa02677605dfd054a3af2ed8 (patch) | |
tree | 7a223da2506d37a9488059bc72adf7f5b120ca0a | |
parent | aaf2609b8e234f828f5c7400c54a7ba79f95692b (diff) |
status: break line after BKGD message2011.12.1
This looked ok on screen due to line-wrap, but the logs were a mess.
Should also avoid some lines being cut due to exceeding 256 chars.
Reported-by: Florian Pritz <bluewind@xinu.at>
Signed-off-by: Tom Gundersen <teg@jklm.no>
-rw-r--r-- | functions | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -139,7 +139,7 @@ printsep() { stat_bkgd() { printf "${C_OTHER}${PREFIX_REG} ${C_MAIN}${1}${C_CLEAR} " deltext - printf " ${C_OTHER}[${C_BKGD}BKGD${C_OTHER}]${C_CLEAR} " + printf " ${C_OTHER}[${C_BKGD}BKGD${C_OTHER}]${C_CLEAR} \n" } stat_busy() { |