diff --git a/widgets/terminal.go b/widgets/terminal.go index d627c62..2c27955 100644 --- a/widgets/terminal.go +++ b/widgets/terminal.go @@ -304,6 +304,8 @@ func (term *Terminal) Draw(ctx *ui.Context) { } } + term.damage = nil + if term.focus && !term.closed { if !term.cursorShown { ctx.HideCursor()