[PR #4436] Updated scroll_speed to allow any positive number #10972

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

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

State: closed
Merged: Yes


The scroll_speed field in the TUI configuration has been updated to use z.number().positive() instead of z.number().min(0.001). This allows any number greater than 0, including decimals like 0.25, which should resolve the issue users were experiencing when trying to set smaller scroll speed values.

Closes #2795

New%20session%20-%202025-11-18T03%3A06%3A32.118Z
opencode session  |  github run

**Original Pull Request:** https://github.com/anomalyco/opencode/pull/4436 **State:** closed **Merged:** Yes --- The `scroll_speed` field in the TUI configuration has been updated to use `z.number().positive()` instead of `z.number().min(0.001)`. This allows any number greater than 0, including decimals like 0.25, which should resolve the issue users were experiencing when trying to set smaller scroll speed values. Closes #2795 <a href="https://opencode.ai/s/zhhLKi16"><img width="200" alt="New%20session%20-%202025-11-18T03%3A06%3A32.118Z" src="https://social-cards.sst.dev/opencode-share/TmV3IHNlc3Npb24gLSAyMDI1LTExLTE4VDAzOjA2OjMyLjExOFo=.png?model=opencode/glm-4.6&version=1.0.72&id=zhhLKi16" /></a> [opencode session](https://opencode.ai/s/zhhLKi16)&nbsp;&nbsp;|&nbsp;&nbsp;[github run](/sst/opencode/actions/runs/19452588498)
yindo added the pull-request label 2026-02-16 18:15:44 -05:00
yindo closed this issue 2026-02-16 18:15:44 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#10972