mirror of
https://github.com/charmbracelet/glow
synced 2024-11-10 06:04:18 +00: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 {
|
if m.showHelp {
|
||||||
fmt.Fprint(&b, m.helpView())
|
fmt.Fprint(&b, "\n"+m.helpView())
|
||||||
}
|
}
|
||||||
|
|
||||||
return b.String()
|
return b.String()
|
||||||
|
|
Loading…
Reference in a new issue