forked from Mirrors/bubbletea
Always redraw when toggling the altscreen
This commit is contained in:
parent
03c08875b3
commit
bef2c8ce66
|
@ -234,6 +234,7 @@ func (r *standardRenderer) altScreen() bool {
|
|||
|
||||
func (r *standardRenderer) setAltScreen(v bool) {
|
||||
r.altScreenActive = v
|
||||
r.repaint()
|
||||
}
|
||||
|
||||
// setIgnoredLines specifies lines not to be touched by the standard Bubble Tea
|
||||
|
|
Loading…
Reference in New Issue