diff options
Diffstat (limited to 'init.go')
| -rw-r--r-- | init.go | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -337,14 +337,6 @@ func refreshGocui() { // redraw the windows if something has changed if time.Since(lastRefresh) > 1000*time.Millisecond { if me.refresh { - if me.stdout.outputOnTop { - me.stdout.outputOnTop = false - setThingsOnTop() - } else { - me.stdout.outputOnTop = true - setThingsOnTop() - } - relocateStdoutOffscreen() log.Info("refresh triggered") me.newWindowTrigger <- me.treeRoot.TK.(*guiWidget) me.refresh = false |
