summaryrefslogtreecommitdiff
path: root/init.go
diff options
context:
space:
mode:
Diffstat (limited to 'init.go')
-rw-r--r--init.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/init.go b/init.go
index 8439097..8bff631 100644
--- a/init.go
+++ b/init.go
@@ -44,6 +44,10 @@ func init() {
me.stdout.lastW = 30
me.stdout.lastH = 10
+ // just make up unique values for these
+ me.dropdown.wId = -77
+ me.textbox.wId = -55
+
// Set(&me, "dense")
me.myTree = tree.New()