mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
pw-dump: don't do raw mode when streaming
pw-dump | less -RS is a common thing and raw mode is not helpful.
This commit is contained in:
parent
08efc1171c
commit
6b3681938b
1 changed files with 0 additions and 2 deletions
|
|
@ -1541,8 +1541,6 @@ int main(int argc, char *argv[])
|
|||
pw_init(&argc, &argv);
|
||||
|
||||
data.out = stdout;
|
||||
if (!isatty(fileno(data.out)))
|
||||
raw = true;
|
||||
if (getenv("NO_COLOR") == NULL && isatty(fileno(data.out)))
|
||||
colors = true;
|
||||
setlinebuf(data.out);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue