From 77a4d11b38a2705326ce44f0f7a3bc8484fd390d Mon Sep 17 00:00:00 2001 From: citrons Date: Thu, 12 Jun 2025 15:25:11 -0500 Subject: scrolling adjustment --- tui/scroll_state.go | 1 + 1 file changed, 1 insertion(+) diff --git a/tui/scroll_state.go b/tui/scroll_state.go index a712634..8274caa 100644 --- a/tui/scroll_state.go +++ b/tui/scroll_state.go @@ -28,6 +28,7 @@ func (s *ScrollState) Scroll(amnt int) { func (s *ScrollState) To(id string) { s.at = id + s.offset = -5 } func (s *ScrollState) ByMouse(ev MouseEvent, reverse bool) { -- cgit v1.2.3