summaryrefslogtreecommitdiff
path: root/init.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-02-09 12:21:43 -0600
committerJeff Carr <[email protected]>2025-02-09 12:21:43 -0600
commitc5cada3dc93ba0f049b50fd7561a2c15347473ee (patch)
tree7ef0fc9e8c119f5ae86798ea10d2b8d75e281b83 /init.go
parent87d31a3d94a26c733e3efda9dd2f60688332bc5a (diff)
code cleanups
Diffstat (limited to 'init.go')
-rw-r--r--init.go6
1 files changed, 0 insertions, 6 deletions
diff --git a/init.go b/init.go
index 195f11b..8e7d265 100644
--- a/init.go
+++ b/init.go
@@ -306,12 +306,6 @@ func newWindowTrigger() {
relocateStdoutOffscreen()
}
tk.makeWindowActive()
- // place the new window relative to the mouse
- tk.redrawWindow(me.mouse.downW+8, me.mouse.downH-2)
- // tk.redrawWindow(tk.gocuiSize.w0, tk.gocuiSize.h0)
-
- setThingsOnTop() // sets help, Stdout, etc on the top after windows have been redrawn
- // log.Log(NOW, "newWindowTrigger() after sleep")
}
}
}