From d394fd1f3b8625c7cc1c1f483f35d5b137a28c7c Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Sun, 10 Mar 2019 21:23:22 -0400 Subject: Flesh out command parsing & handling --- widgets/account.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'widgets') diff --git a/widgets/account.go b/widgets/account.go index dc339cb..be1e068 100644 --- a/widgets/account.go +++ b/widgets/account.go @@ -115,7 +115,7 @@ func (acct *AccountView) Event(event tcell.Event) bool { err := acct.runCmd(command) if err != nil { acct.statusline.Push( - fmt.Sprintf("Error: %v", err), 3*time.Second). + fmt.Sprintf("Error: %v", err), 10*time.Second). Color(tcell.ColorRed, tcell.ColorDefault) } acct.statusbar.Pop() -- cgit v1.2.3