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.
|
||||
func (r *standardRenderer) stop() {
|
||||
r.flush()
|
||||
clearLine(r.out)
|
||||
r.done <- struct{}{}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue