mirror of
https://github.com/charmbracelet/glow.git
synced 2026-08-21 15:44:17 +02:00
Fix bottom line jitteriness with performance rendering
This commit is contained in:
parent
232a9919c2
commit
d3ac07c70a
1 changed files with 1 additions and 1 deletions
|
|
@ -239,7 +239,7 @@ func pagerUpdate(msg tea.Msg, m pagerModel) (pagerModel, tea.Cmd) {
|
|||
func pagerView(m pagerModel) string {
|
||||
var b strings.Builder
|
||||
|
||||
fmt.Fprintf(&b, "\n%s\n", viewport.View(m.viewport))
|
||||
fmt.Fprint(&b, viewport.View(m.viewport)+"\n")
|
||||
|
||||
// Footer
|
||||
if m.state == pagerStateSetNote {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue