diff options
Diffstat (limited to 'init.go')
| -rw-r--r-- | init.go | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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() |
