diff --git a/ui/pager.go b/ui/pager.go index 876844f..7f43019 100644 --- a/ui/pager.go +++ b/ui/pager.go @@ -345,7 +345,7 @@ func (m pagerModel) View() string { } if m.showHelp { - fmt.Fprint(&b, m.helpView()) + fmt.Fprint(&b, "\n"+m.helpView()) } return b.String()