From 129f6c238a35ae406cb2db9dbf8239fde76923f0 Mon Sep 17 00:00:00 2001 From: Brian Mattern Date: Tue, 4 Jun 2019 15:11:58 -0700 Subject: Remove default filter (oops). --- src/widgets/proc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/widgets/proc.go b/src/widgets/proc.go index 106d970..748fb64 100644 --- a/src/widgets/proc.go +++ b/src/widgets/proc.go @@ -65,7 +65,7 @@ func NewProcWidget() *ProcWidget { self.entry = &ui.Entry{ Style: self.TitleStyle, Label: " Filter: ", - Value: "foobar", + Value: "", UpdateCallback: func(val string) { self.filter = val self.update() -- cgit v1.2.3