summaryrefslogtreecommitdiff
path: root/init.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-02-06 02:49:21 -0600
committerJeff Carr <[email protected]>2025-02-06 02:49:21 -0600
commit8522d4671e02f6271777d5bbf327d2d522a9c9ef (patch)
tree434e5a546e9b813cdda7d7d297ade1dd84d37730 /init.go
parent88e9594b9304aa8be7c1b766d54bb07979201a66 (diff)
stdout var cleanup
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 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")