summaryrefslogtreecommitdiff
path: root/eventBindings.go
diff options
context:
space:
mode:
Diffstat (limited to 'eventBindings.go')
-rw-r--r--eventBindings.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/eventBindings.go b/eventBindings.go
index 4fe6cff..02339af 100644
--- a/eventBindings.go
+++ b/eventBindings.go
@@ -97,7 +97,7 @@ func addDropdown() *tree.Node {
func theNotsure(g *gocui.Gui, v *gocui.View) error {
log.Info("got keypress 2. now what?")
// w, h := g.MousePosition()
- redoWindows(1, -1)
+ me.newWindowTrigger <- true
return nil
}