mirror of
https://github.com/aljazceru/opencode.git
synced 2025-12-19 16:54:22 +01:00
Add scroll acceleration support to TUI (#4289)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user