summaryrefslogtreecommitdiffhomepage
path: root/packages/tui/internal/app/state.go
diff options
context:
space:
mode:
authorAiden Cline <[email protected]>2025-08-15 13:21:02 -0500
committerGitHub <[email protected]>2025-08-15 13:21:02 -0500
commitdc01071498c4ca0bc9804e4d75ab5ac09d66df9e (patch)
treea60467949ed9634acda8ce52aa51c96f7fe130ea /packages/tui/internal/app/state.go
parent57b04d9eb703c05e4f3c720839d90a94ada5f1af (diff)
downloadopencode-dc01071498c4ca0bc9804e4d75ab5ac09d66df9e.tar.gz
opencode-dc01071498c4ca0bc9804e4d75ab5ac09d66df9e.zip
feat: add scroll speed to config (#1968)
Diffstat (limited to 'packages/tui/internal/app/state.go')
-rw-r--r--packages/tui/internal/app/state.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/tui/internal/app/state.go b/packages/tui/internal/app/state.go
index 2876eb3a9..cc65eea5e 100644
--- a/packages/tui/internal/app/state.go
+++ b/packages/tui/internal/app/state.go
@@ -28,7 +28,6 @@ type AgentModel struct {
type State struct {
Theme string `toml:"theme"`
- ScrollSpeed *int `toml:"scroll_speed"`
AgentModel map[string]AgentModel `toml:"agent_model"`
Provider string `toml:"provider"`
Model string `toml:"model"`