diff options
Diffstat (limited to 'init.go')
| -rw-r--r-- | init.go | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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") } } |
