Displaying 1 result from an estimated 1 matches for "output_needs_newline_mayb".
Did you mean:
output_needs_newline_maybe
2016 Oct 07
3
[Bug 12367] New: temporary lines in --progress output are not cleared
...Assignee: wayned at samba.org
Reporter: paul at debian.org
QA Contact: rsync-qa at samba.org
A bug report received by Debian
(https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=749165). I can verify this.
emit_filelist_progress() in flist.c needs something like a
"output_needs_newline_maybe" variable... I can't quite see how to implement
that cleanly.
>>---
Some temporary lines output by --progress are not cleared, so that
the output looks strange. Here's a testcase.
------------------------------------------------------------
#!/bin/sh
set -e
export LC_ALL=C...