summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Mattern <rephorm@rephorm.com>2019-06-04 15:11:58 -0700
committerBrian Mattern <rephorm@rephorm.com>2019-06-04 15:11:58 -0700
commit129f6c238a35ae406cb2db9dbf8239fde76923f0 (patch)
treede879bddd826d76cd5cbc597735124488ef50d13
parent9c0253ef3193d8259ba12cc51b3c2b694f309485 (diff)
Remove default filter (oops).
-rw-r--r--src/widgets/proc.go2
1 files changed, 1 insertions, 1 deletions
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()