diff options
| author | citrons <citrons@mondecitronne.com> | 2025-06-12 15:25:11 -0500 |
|---|---|---|
| committer | citrons <citrons@mondecitronne.com> | 2025-06-12 15:25:11 -0500 |
| commit | 77a4d11b38a2705326ce44f0f7a3bc8484fd390d (patch) | |
| tree | 1388b82cfd6b3d3a8693280827bc89f78e1ac369 | |
| parent | 6e9496323fbdfbe2b60122ce68cf3791ccb2910d (diff) | |
scrolling adjustment
| -rw-r--r-- | tui/scroll_state.go | 1 |
1 files changed, 1 insertions, 0 deletions
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) { |
