summaryrefslogtreecommitdiff
path: root/init.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-02-06 23:49:18 -0600
committerJeff Carr <[email protected]>2025-02-06 23:49:18 -0600
commitc2f8cac4a9f9737eee5983ca7ce81fde8c102715 (patch)
treee33ca8bb88def7e0f9d4b1946c3f59a30cc0e049 /init.go
parent7e47ca98435ed6315f2f0c15d41a1c817576f0f3 (diff)
basic start of a stubbed out 'textbox' entry box
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()