Add scroll acceleration support to TUI (#4289)

This commit is contained in:
Tommy D. Rossi
2025-11-13 17:02:10 +01:00
committed by GitHub
parent ec3579d7cb
commit 609ab069a9
5 changed files with 61 additions and 5 deletions

View File

@@ -301,6 +301,15 @@ export type Config = {
* TUI scroll speed
*/
scroll_speed?: number
/**
* Scroll acceleration settings
*/
scroll_acceleration?: {
/**
* Enable scroll acceleration
*/
enabled: boolean
}
}
/**
* Command configuration, see https://opencode.ai/docs/commands