summaryrefslogtreecommitdiff
path: root/init.go
diff options
context:
space:
mode:
Diffstat (limited to 'init.go')
-rw-r--r--init.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/init.go b/init.go
index 03409c3..58d2ad2 100644
--- a/init.go
+++ b/init.go
@@ -204,6 +204,10 @@ func newWindowTrigger() {
log.Log(NOW, "newWindowTrigger() got new window", a)
time.Sleep(200 * time.Millisecond)
redoWindows(1, -1)
+ if !me.stdout.init {
+ me.stdout.init = true
+ relocateStdoutOffscreen()
+ }
log.Log(NOW, "newWindowTrigger() after sleep")
}
}