Skip to content

Commit

Permalink
Remove extra line at the bottom of pager help
Browse files Browse the repository at this point in the history
  • Loading branch information
meowgorithm committed Oct 18, 2020
1 parent dfa54ad commit 8b78086
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 @@ -487,7 +487,7 @@ func pagerHelpView(m pagerModel, width int) (s string) {
s += "b/pgup page up " + col1[2] + "\n"
s += "f/pgdn page down " + col1[3] + "\n"
s += "u ½ page up " + col1[4] + "\n"
s += "d ½ page down " + col1[5] + "\n"
s += "d ½ page down " + col1[5]

s = indent(s, 2)

Expand Down

0 comments on commit 8b78086

Please sign in to comment.