diff options
| author | Jeff Carr <[email protected]> | 2023-04-23 10:45:43 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2023-04-23 10:45:43 -0500 |
| commit | 7d178283f1834ddd01123a5d5d0b160bb8d7234d (patch) | |
| tree | 029e95a3b339e3d5de281124b440f893ead0b5ca /toolkit/gocui/main.go | |
| parent | 1322a011e7f5b8665b671d4c5ee4e65804ca75be (diff) | |
more code cleanups
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'toolkit/gocui/main.go')
| -rw-r--r-- | toolkit/gocui/main.go | 2 |
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 |
