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