From 88e9594b9304aa8be7c1b766d54bb07979201a66 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 6 Feb 2025 02:40:44 -0600 Subject: removing old crappy code finally --- init.go | 3 +++ 1 file changed, 3 insertions(+) (limited to 'init.go') 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() -- cgit v1.2.3