mirror of
https://github.com/charmbracelet/glow.git
synced 2026-08-20 15:14:17 +02:00
Add missing newline in pager
This commit is contained in:
parent
8d0ebb7249
commit
e1d8162428
1 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue