mirror of
https://github.com/taigrr/bubbletea.git
synced 2026-04-02 02:59:09 -07:00
Clear the bottom line before exiting
This commit is contained in:
@@ -64,6 +64,7 @@ func (r *standardRenderer) start() {
|
||||
// stop permanently halts the renderer.
|
||||
func (r *standardRenderer) stop() {
|
||||
r.flush()
|
||||
clearLine(r.out)
|
||||
r.done <- struct{}{}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user