integrate widget order, toggling into global config and compact grid

This commit is contained in:
Bradley Cicenas
2020-01-02 14:00:55 +00:00
parent 6b79e5a370
commit c7a8bfa26f
10 changed files with 186 additions and 14 deletions

View File

@@ -5,6 +5,7 @@ import (
"github.com/bcicen/ctop/cwidgets"
"github.com/bcicen/ctop/models"
ui "github.com/gizak/termui"
)