summaryrefslogtreecommitdiff
path: root/init.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-02-06 02:40:44 -0600
committerJeff Carr <[email protected]>2025-02-06 02:40:44 -0600
commit88e9594b9304aa8be7c1b766d54bb07979201a66 (patch)
tree41f6f3d290be1fdf62b1d0d89715d6351c8abbe0 /init.go
parent3faacd6c43e451847af8143a0c58bfd95535478d (diff)
removing old crappy code finally
Diffstat (limited to 'init.go')
-rw-r--r--init.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/init.go b/init.go
index 14fe610..259ba0d 100644
--- a/init.go
+++ b/init.go
@@ -38,6 +38,9 @@ func init() {
// init the config struct default values
Set(&me, "default")
+ me.stdout.w = 180
+ me.stdout.h = 40
+
// Set(&me, "dense")
me.myTree = tree.New()