diff options
| author | Jeff Carr <[email protected]> | 2025-02-06 03:33:27 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-02-06 03:33:27 -0600 |
| commit | 96cb52f3efdf16d966a7913db1cd4c9800da049f (patch) | |
| tree | 3f741306a794df2a8bb1ede7bb6cf74ff38d8958 /init.go | |
| parent | 9c548faedacfdfbda09d170c6665fcdb988bd877 (diff) | |
stdout window hides on startup
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") } } |
