mirror of
https://github.com/nonoo/kappanhang.git
synced 2026-01-21 08:00:15 +01:00
Clear status bar on exit
This commit is contained in:
parent
df1d5d8303
commit
eaa9eaa4b4
|
|
@ -213,9 +213,12 @@ func (s *statusLogStruct) stopPeriodicPrint() {
|
|||
s.stopChan <- true
|
||||
<-s.stopFinishedChan
|
||||
|
||||
fmt.Println()
|
||||
fmt.Println()
|
||||
fmt.Println()
|
||||
if s.isRealtimeInternal() {
|
||||
s.clearInternal()
|
||||
fmt.Println()
|
||||
s.clearInternal()
|
||||
fmt.Println()
|
||||
}
|
||||
}
|
||||
|
||||
func (s *statusLogStruct) initIfNeeded() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue