summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-02-08 17:50:48 -0600
committerJeff Carr <[email protected]>2025-02-08 17:50:48 -0600
commit0db3c44b86f5bbcbba8b5b66f95cef77b487d6f9 (patch)
tree151537deb4c0ee61135fec589159473a9f64dae0 /main.go
parent6bb1b9acd79a8773181876cc83e5b1546330810c (diff)
needs local 'arg' to load gui golang plugins
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index df51bdf..492d3db 100644
--- a/main.go
+++ b/main.go
@@ -26,7 +26,7 @@ var colors *gui.Node
func main() {
myGui = gui.New().Default()
- // myGui.LoadToolkit("nocui")
+ myGui.LoadToolkit("gocui")
helloworld()
basicWindow = makebasicWindow()