mirror of
https://github.com/taigrr/bubbletea.git
synced 2026-04-02 02:59:09 -07:00
Always redraw when toggling the altscreen
This commit is contained in:
@@ -234,6 +234,7 @@ func (r *standardRenderer) altScreen() bool {
|
|||||||
|
|
||||||
func (r *standardRenderer) setAltScreen(v bool) {
|
func (r *standardRenderer) setAltScreen(v bool) {
|
||||||
r.altScreenActive = v
|
r.altScreenActive = v
|
||||||
|
r.repaint()
|
||||||
}
|
}
|
||||||
|
|
||||||
// setIgnoredLines specifies lines not to be touched by the standard Bubble Tea
|
// setIgnoredLines specifies lines not to be touched by the standard Bubble Tea
|
||||||
|
|||||||
Reference in New Issue
Block a user