summaryrefslogtreecommitdiff
path: root/toolkit/gocui/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2023-04-23 10:45:43 -0500
committerJeff Carr <[email protected]>2023-04-23 10:45:43 -0500
commit7d178283f1834ddd01123a5d5d0b160bb8d7234d (patch)
tree029e95a3b339e3d5de281124b440f893ead0b5ca /toolkit/gocui/main.go
parent1322a011e7f5b8665b671d4c5ee4e65804ca75be (diff)
more code cleanups
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'toolkit/gocui/main.go')
-rw-r--r--toolkit/gocui/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolkit/gocui/main.go b/toolkit/gocui/main.go
index f0415f5..7f9958f 100644
--- a/toolkit/gocui/main.go
+++ b/toolkit/gocui/main.go
@@ -11,7 +11,7 @@ import (
// sets defaults and establishes communication
// to this toolkit from the wit/gui golang package
-func Init() {
+func init() {
log(logInfo, "Init() of awesome-gocui")
me.defaultWidth = 10
me.defaultHeight = 2 // this means by default one line of text in a button