mirror of
https://github.com/taigrr/bubbletea.git
synced 2026-04-02 11:09:17 -07:00
fix: force repaint after clearing the screen
This commit is contained in:
@@ -251,6 +251,8 @@ func (r *standardRenderer) clearScreen() {
|
||||
|
||||
r.out.ClearScreen()
|
||||
r.out.MoveCursor(1, 1)
|
||||
|
||||
r.repaint()
|
||||
}
|
||||
|
||||
func (r *standardRenderer) altScreen() bool {
|
||||
|
||||
Reference in New Issue
Block a user