diff options
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 |
