diff --git a/cmd/cli/main.go b/cmd/cli/main.go index bd401b2..06afbf0 100644 --- a/cmd/cli/main.go +++ b/cmd/cli/main.go @@ -468,6 +468,7 @@ func (m manager) normalMode(g *gocui.Gui, v *gocui.View) error { } // status line topBoxHeight := 3 // size of the query box up top + topBoxHeight++ // headers realLineLength := maxX - 2 printedLineLength := maxX - 4 selectedCommand := m.s.data[m.s.highlightedItem].cmdLine