diff options
Diffstat (limited to 'eventBindings.go')
| -rw-r--r-- | eventBindings.go | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/eventBindings.go b/eventBindings.go index 65296a7..c9a4a08 100644 --- a/eventBindings.go +++ b/eventBindings.go @@ -81,7 +81,7 @@ func theNotsure(g *gocui.Gui, v *gocui.View) error { win := findWindowUnderMouse() if win != nil { win.dumpWidget("found() win. redrawing window:") - win.redrawWindow(win.gocuiSize.w0, win.gocuiSize.h0) + win.makeWindowActive() } return nil @@ -119,8 +119,6 @@ func tabCycleWindows(g *gocui.Gui, v *gocui.View) error { return nil } tk.makeWindowActive() - tk.redrawWindow(tk.gocuiSize.w0, tk.gocuiSize.h0) - setThingsOnTop() // sets help, Stdout, etc on the top after windows have been redrawn return nil } |
