fix help and tips

pull/137/head
Simon Let 6 years ago
parent 9f85c6552a
commit b1651cea07
  1. 1
      cmd/cli/main.go

@ -468,6 +468,7 @@ func (m manager) normalMode(g *gocui.Gui, v *gocui.View) error {
} }
// status line // status line
topBoxHeight := 3 // size of the query box up top topBoxHeight := 3 // size of the query box up top
topBoxHeight++ // headers
realLineLength := maxX - 2 realLineLength := maxX - 2
printedLineLength := maxX - 4 printedLineLength := maxX - 4
selectedCommand := m.s.data[m.s.highlightedItem].cmdLine selectedCommand := m.s.data[m.s.highlightedItem].cmdLine

Loading…
Cancel
Save