app: Don't use carriage return for non-fancy output
flatpak_fancy_output() determines whether the output we write is intended for e.g. a tty or e.g. a log file, the latter being "not fancy". Currently we write carriage return characters in the not fancy case, but change that to new lines, which are interpreted correctly by editors such as vim (whereas a carriage return shows up as ^M since it is not the correct newline character on Unixy operating systems). (cherry picked from commit 86d6918a1186467fb4e26408ec1bb947dcf7ba28)
Loading
Please register or sign in to comment