Skip to content
Commit 62b41402 authored by Phaedrus Leeds's avatar Phaedrus Leeds Committed by Phaedrus Leeds
Browse files

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)
parent 36b03000
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment