Skip to content

Commit

Permalink
foo
Browse files Browse the repository at this point in the history
  • Loading branch information
nervo committed May 29, 2024
1 parent 3b46a86 commit d0a5b13
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions standard_renderer.go
Original file line number Diff line number Diff line change
Expand Up @@ -277,12 +277,14 @@ func (r *standardRenderer) flush() {
buf.WriteString(ansi.CursorLeft(r.width))
}

// Enable synchronized output
if r.soActive {
_, _ = io.WriteString(r.out, ansi.EnableSyncdOutput)
}

_, _ = r.out.Write(buf.Bytes())

// Disable synchronized output
if r.soActive {
_, _ = io.WriteString(r.out, ansi.DisableSyncdOutput)
}
Expand Down

0 comments on commit d0a5b13

Please sign in to comment.