summaryrefslogtreecommitdiff
path: root/ui/ui.go
diff options
context:
space:
mode:
Diffstat (limited to 'ui/ui.go')
-rw-r--r--ui/ui.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/ui.go b/ui/ui.go
index 155601f..1a0da91 100644
--- a/ui/ui.go
+++ b/ui/ui.go
@@ -424,6 +424,7 @@ func (ui *UI) Resize() {
} else {
ui.bs.ResizeTimeline(innerWidth, h-2, textWidth)
}
+ ui.HorizontalBufferScrollTo()
ui.screen.Sync()
}