We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff75132 commit 7935c34Copy full SHA for 7935c34
packages/opencode/src/config/config.ts
@@ -437,7 +437,7 @@ export namespace Config {
437
})
438
439
export const TUI = z.object({
440
- scroll_speed: z.number().min(0.001).optional().default(1).describe("TUI scroll speed"),
+ scroll_speed: z.number().positive().optional().default(1).describe("TUI scroll speed"),
441
scroll_acceleration: z
442
.object({
443
enabled: z.boolean().describe("Enable scroll acceleration"),
0 commit comments