From dc01071498c4ca0bc9804e4d75ab5ac09d66df9e Mon Sep 17 00:00:00 2001 From: Aiden Cline <63023139+rekram1-node@users.noreply.github.com> Date: Fri, 15 Aug 2025 13:21:02 -0500 Subject: feat: add scroll speed to config (#1968) --- packages/sdk/js/src/gen/types.gen.ts | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'packages/sdk/js/src') 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 snapshot?: boolean /** -- cgit v1.2.3