summaryrefslogtreecommitdiffstats
path: root/cmd
diff options
context:
space:
mode:
authorSean E. Russell <ser@ser1.net>2020-07-25 07:21:15 -0500
committerSean E. Russell <ser@ser1.net>2020-07-25 07:23:17 -0500
commitc25e58e79c704b9e2b34e27ea342d12fa26b00b3 (patch)
tree55bf6717a22ee3328c91d01f7f63bace35ef7fb0 /cmd
parentf9f330a910655c8a9527a386d9aea475c5424be4 (diff)
Closes #32. Average is really average, over time. Boldify the AVRG label. Remove spurious sync lock.
Diffstat (limited to 'cmd')
-rw-r--r--cmd/gotop/main.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/cmd/gotop/main.go b/cmd/gotop/main.go
index c917fc7..f9f6618 100644
--- a/cmd/gotop/main.go
+++ b/cmd/gotop/main.go
@@ -332,7 +332,6 @@ func eventLoop(c gotop.Config, grid *layout.MyGrid) {
}
}
-// TODO: state:merge #135 linux console font (cmatsuoka/console-font)
func main() {
// TODO: Make this an option, for performance testing
//go func() {