summaryrefslogtreecommitdiff
path: root/ui/ui.go
diff options
context:
space:
mode:
Diffstat (limited to 'ui/ui.go')
-rw-r--r--ui/ui.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/ui/ui.go b/ui/ui.go
index 6a9979a..f3d232b 100644
--- a/ui/ui.go
+++ b/ui/ui.go
@@ -180,6 +180,10 @@ func (ui *UI) ScrollChannelDownBy(n int) {
ui.channelOffset += n
}
+func (ui *UI) HorizontalBufferOffset(x int) int {
+ return ui.bs.HorizontalBufferOffset(x, ui.channelOffset)
+}
+
func (ui *UI) ChannelOffset() int {
return ui.channelOffset
}