diff options
| author | Jeff Carr <[email protected]> | 2025-02-09 12:21:43 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-02-09 12:21:43 -0600 |
| commit | c5cada3dc93ba0f049b50fd7561a2c15347473ee (patch) | |
| tree | 7ef0fc9e8c119f5ae86798ea10d2b8d75e281b83 /init.go | |
| parent | 87d31a3d94a26c733e3efda9dd2f60688332bc5a (diff) | |
code cleanups
Diffstat (limited to 'init.go')
| -rw-r--r-- | init.go | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -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") } } } |
