forked from Mirrors/bubbletea
Clear the bottom line before exiting
This commit is contained in:
parent
9e9020afce
commit
9d89d162c2
@ -64,6 +64,7 @@ func (r *standardRenderer) start() {
|
|||||||
// stop permanently halts the renderer.
|
// stop permanently halts the renderer.
|
||||||
func (r *standardRenderer) stop() {
|
func (r *standardRenderer) stop() {
|
||||||
r.flush()
|
r.flush()
|
||||||
|
clearLine(r.out)
|
||||||
r.done <- struct{}{}
|
r.done <- struct{}{}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user