diff options
Diffstat (limited to 'eventBindings.go')
| -rw-r--r-- | eventBindings.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eventBindings.go b/eventBindings.go index d664b21..3ca09e2 100644 --- a/eventBindings.go +++ b/eventBindings.go @@ -155,7 +155,7 @@ func theNotsure(g *gocui.Gui, v *gocui.View) error { notsure.node.State.Label = "apple/pear" notsure.makeTK([]string{"apple", "pear"}) } - notsure.MoveToOffset(w+2, h+1) + notsure.MoveToOffset(w+10, h-6) // notsure.SetText("theNotsure") notsure.drawView() notsure.Show() |
