Skip to content

Commit 4f161cd

Browse files
LeperGnomemeowgorithm
authored andcommitted
feat(render): upd EraseDisplayRight
1 parent e44d9c6 commit 4f161cd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

standard_renderer.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ func (r *standardRenderer) flush() {
240240

241241
// Clearing left over content from last render.
242242
if r.linesRendered > numLinesThisFlush {
243-
buf.WriteString(ansi.EraseDisplayRight)
243+
buf.WriteString(ansi.EraseDisplayBelow)
244244
}
245245

246246
r.linesRendered = numLinesThisFlush

0 commit comments

Comments
 (0)