summaryrefslogtreecommitdiff
path: root/init.go
diff options
context:
space:
mode:
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")