From c2f8cac4a9f9737eee5983ca7ce81fde8c102715 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 6 Feb 2025 23:49:18 -0600 Subject: basic start of a stubbed out 'textbox' entry box --- init.go | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'init.go') 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() -- cgit v1.2.3