From 8522d4671e02f6271777d5bbf327d2d522a9c9ef Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 6 Feb 2025 02:49:21 -0600 Subject: stdout var cleanup --- init.go | 3 +++ 1 file changed, 3 insertions(+) (limited to 'init.go') diff --git a/init.go b/init.go index 259ba0d..ca01107 100644 --- a/init.go +++ b/init.go @@ -38,8 +38,11 @@ func init() { // init the config struct default values Set(&me, "default") + // initial stdout window settings me.stdout.w = 180 me.stdout.h = 40 + me.stdout.offsetW = 30 + me.stdout.offsetH = 10 // Set(&me, "dense") -- cgit v1.2.3