This is a screenshot of bacon after saving a modified file, after bacon starts up for the first time.

I would expect the extra output to be either hidden or shown with proper line wrapping, not with weird indentation.
You can reproduce by running bacon on rustc (rustc strikes again!) with the following bacon.toml:
default_job = "check"
[jobs]
[jobs.check]
command = ["x", "check", "--color", "always"]
[jobs.clippy]
command = ["x", "clippy", "--color", "always"]
This is a screenshot of
baconafter saving a modified file, after bacon starts up for the first time.I would expect the extra output to be either hidden or shown with proper line wrapping, not with weird indentation.
You can reproduce by running bacon on
rustc(rustc strikes again!) with the followingbacon.toml: