diff options
| author | Jeff Carr <[email protected]> | 2025-03-03 01:07:27 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-03-03 01:07:27 -0600 |
| commit | 9912c3eb824df2feaedb8e24ee085eb9c60830d9 (patch) | |
| tree | 43204be256d786b4a8fad85b2aa3c4b03c531307 | |
| parent | 660d9e7e3a9f35dca8e6a7dd69d477bb0c433ca7 (diff) | |
stdout init almost finally works
| -rw-r--r-- | init.go | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -68,6 +68,10 @@ func toolkitInit() { relocateStdoutOffscreen() } + time.Sleep(1 * time.Second) + me.stdout.outputOnTop = false + setThingsOnTop() + var toggle bool for i := 0; i < 6; i++ { w := me.treeRoot.TK.(*guiWidget) |
