diff options
| author | Aiden Cline <[email protected]> | 2025-08-15 13:21:02 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-08-15 13:21:02 -0500 |
| commit | dc01071498c4ca0bc9804e4d75ab5ac09d66df9e (patch) | |
| tree | a60467949ed9634acda8ce52aa51c96f7fe130ea /packages/sdk/js/src/gen | |
| parent | 57b04d9eb703c05e4f3c720839d90a94ada5f1af (diff) | |
| download | opencode-dc01071498c4ca0bc9804e4d75ab5ac09d66df9e.tar.gz opencode-dc01071498c4ca0bc9804e4d75ab5ac09d66df9e.zip | |
feat: add scroll speed to config (#1968)
Diffstat (limited to 'packages/sdk/js/src/gen')
| -rw-r--r-- | packages/sdk/js/src/gen/types.gen.ts | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/packages/sdk/js/src/gen/types.gen.ts b/packages/sdk/js/src/gen/types.gen.ts index 645af010d..79932b05e 100644 --- a/packages/sdk/js/src/gen/types.gen.ts +++ b/packages/sdk/js/src/gen/types.gen.ts @@ -576,6 +576,15 @@ export type Config = { * Custom keybind configurations */ keybinds?: KeybindsConfig + /** + * TUI specific settings + */ + tui?: { + /** + * TUI scroll speed + */ + scroll_speed: number + } plugin?: Array<string> snapshot?: boolean /** |
