summaryrefslogtreecommitdiff
path: root/init.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-02-06 03:09:13 -0600
committerJeff Carr <[email protected]>2025-02-06 03:09:13 -0600
commitd2c3db7b58381a919fdf51d2f0a2264c6605ff99 (patch)
treea24687a85e7f0d2b310fcf80cfbde3f3d4793559 /init.go
parentd0e35bb98fde78d9d804ab68e11f3f4ef9bbc711 (diff)
more work on stdout settings
Diffstat (limited to 'init.go')
-rw-r--r--init.go4
1 files changed, 2 insertions, 2 deletions
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")