Implemented screen sync, this should fix #31

pull/34/head v0.0.10
マリウス 2 years ago
parent f8add2f6b6
commit 4344e78e38
No known key found for this signature in database
GPG Key ID: 272ED814BF63261F

@ -124,6 +124,7 @@ func (t *TUI) initInput() {
case "refresh":
t.RefreshMainscreen()
t.SetInfo(true)
t.App.Sync()
return nil
case "quit":
t.App.Stop()

Loading…
Cancel
Save