Skip to content

Commit

Permalink
fix: update standard_renderer.go
Browse files Browse the repository at this point in the history
  • Loading branch information
aymanbagabas authored and meowgorithm committed Oct 30, 2024
1 parent dcb05b0 commit 9bafc58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion standard_renderer.go
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ func (r *standardRenderer) flush() {

// Clearing left over content from last render.
if r.linesRendered > numLinesThisFlush {
buf.WriteString(ansi.EraseDisplayBelow)
buf.WriteString(ansi.EraseScreenBelow)
}

r.linesRendered = numLinesThisFlush
Expand Down

0 comments on commit 9bafc58

Please sign in to comment.