diff --git a/gui.go b/gui.go index 98654d5a0..ccb3ec8f2 100644 --- a/gui.go +++ b/gui.go @@ -226,10 +226,10 @@ func layout(g *gocui.Gui) error { v.Wrap = true } return nil - } else { - g.DeleteView("limit") } + g.DeleteView("limit") + optionsTop := height - 2 // hiding options if there's not enough space if height < 30 {