summaryrefslogtreecommitdiff
path: root/gocui.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-28 02:20:31 -0600
committerJeff Carr <[email protected]>2024-01-28 02:20:31 -0600
commit4fbbd2cee13546dbe570509e2c2e0755225a1489 (patch)
tree8e5c8238e0b28b2a03b682789095b5f61b72b3c5 /gocui.go
parenta9913b70edec4cf4e5bf51dadebfb64c87085fd6 (diff)
large refactor to use the tree package
Things build and now need to be fixed treeRoot has no children lists all widgets works shows help module loads Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'gocui.go')
-rw-r--r--gocui.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/gocui.go b/gocui.go
index 6d924f8..482cfc4 100644
--- a/gocui.go
+++ b/gocui.go
@@ -6,6 +6,7 @@ package main
import (
"errors"
+
"github.com/awesome-gocui/gocui"
"go.wit.com/log"