feat(tui): make the mouse disablable (#6824, #7926) (#13748)

This commit is contained in:
Gautier DI FOLCO
2026-04-06 04:14:11 +02:00
committed by GitHub
parent 9e156ea168
commit 4712c18a58
6 changed files with 11 additions and 4 deletions

View File

@@ -272,7 +272,8 @@ Use a dedicated `tui.json` (or `tui.jsonc`) file for TUI-specific settings.
"scroll_acceleration": {
"enabled": true
},
"diff_style": "auto"
"diff_style": "auto",
"mouse": true
}
```
@@ -280,8 +281,6 @@ Use `OPENCODE_TUI_CONFIG` to point to a custom TUI config file.
Legacy `theme`, `keybinds`, and `tui` keys in `opencode.json` are deprecated and automatically migrated when possible.
[Learn more about TUI configuration here](/docs/tui#configure).
---
### Server