fix: force repaint after clearing the screen

This commit is contained in:
Christian Muehlhaeuser 2022-10-04 17:26:52 +02:00
parent 6b6bf6ab6d
commit ca8b21a3e2
1 changed files with 2 additions and 0 deletions

View File

@ -251,6 +251,8 @@ func (r *standardRenderer) clearScreen() {
r.out.ClearScreen()
r.out.MoveCursor(1, 1)
r.repaint()
}
func (r *standardRenderer) altScreen() bool {