[PR #4289] Add scroll acceleration support to TUI #10930

Closed
opened 2026-02-16 18:15:41 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/anomalyco/opencode/pull/4289

State: closed
Merged: Yes


Adds configurable scroll acceleration to the TUI with macOS-style smooth scrolling via scroll_acceleration.enabled config option. Falls back to existing scroll_speed for custom linear speed. Acceleration takes precedence when both are set.

Now opencode will scroll faster than before because scroll speed is 2 by deafult. Should I change the default to 1?

Fix https://github.com/sst/opencode/issues/3907

**Original Pull Request:** https://github.com/anomalyco/opencode/pull/4289 **State:** closed **Merged:** Yes --- Adds configurable scroll acceleration to the TUI with macOS-style smooth scrolling via `scroll_acceleration.enabled` config option. Falls back to existing `scroll_speed` for custom linear speed. Acceleration takes precedence when both are set. Now opencode will scroll faster than before because scroll speed is 2 by deafult. Should I change the default to 1? Fix https://github.com/sst/opencode/issues/3907
yindo added the pull-request label 2026-02-16 18:15:41 -05:00
yindo closed this issue 2026-02-16 18:15:41 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#10930