From d2c3db7b58381a919fdf51d2f0a2264c6605ff99 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 6 Feb 2025 03:09:13 -0600 Subject: more work on stdout settings --- init.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'init.go') diff --git a/init.go b/init.go index ca01107..03409c3 100644 --- a/init.go +++ b/init.go @@ -41,8 +41,8 @@ func init() { // initial stdout window settings me.stdout.w = 180 me.stdout.h = 40 - me.stdout.offsetW = 30 - me.stdout.offsetH = 10 + me.stdout.lastW = 30 + me.stdout.lastH = 10 // Set(&me, "dense") -- cgit v1.2.3