Skip to content

Commit

Permalink
Add missing newline in pager
Browse files Browse the repository at this point in the history
  • Loading branch information
meowgorithm committed Jan 19, 2021
1 parent 8d0ebb7 commit e1d8162
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/pager.go
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit e1d8162

Please sign in to comment.