From 8b78086f5608206d05c3599287c24a8fbaf03ec2 Mon Sep 17 00:00:00 2001 From: Christian Rocha Date: Sun, 18 Oct 2020 18:40:49 -0400 Subject: [PATCH] Remove extra line at the bottom of pager help --- ui/pager.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/pager.go b/ui/pager.go index d61bde5..e11866e 100644 --- a/ui/pager.go +++ b/ui/pager.go @@ -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)