diff options
| author | Jeff Carr <[email protected]> | 2025-02-08 09:12:35 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-02-08 09:12:35 -0600 |
| commit | 1923f8df96ff971ded298cc536e06f48b04d9075 (patch) | |
| tree | ded1844149e08fe9f2445454bb32ddd718e40b32 /eventBindings.go | |
| parent | b730ee945918587849ecc031ca6d84cf99d22415 (diff) | |
mouse dragging works correctly again
Diffstat (limited to 'eventBindings.go')
| -rw-r--r-- | eventBindings.go | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/eventBindings.go b/eventBindings.go index eaec4d1..b4bcf3e 100644 --- a/eventBindings.go +++ b/eventBindings.go @@ -117,9 +117,6 @@ func tabCycleWindows(g *gocui.Gui, v *gocui.View) error { return nil } tk.makeWindowActive() - // w, h := g.MousePosition() - // me.downW = tk.gocuiSize.w0 - // me.downH = tk.gocuiSize.h0 tk.redrawWindow(tk.gocuiSize.w0, tk.gocuiSize.h0) setThingsOnTop() // sets help, Stdout, etc on the top after windows have been redrawn return nil |
