fix: restore default tui mouse scrolling

This commit is contained in:
Hunter Bown
2026-04-24 11:41:31 -05:00
parent 6c14e2e1f4
commit 8323bedfb7
16 changed files with 102 additions and 49 deletions
+1 -1
View File
@@ -68,7 +68,7 @@ max_subagents = 5 # optional (1-20)
# ─────────────────────────────────────────────────────────────────────────────────
[tui]
alternate_screen = "auto" # auto | always | never
mouse_capture = false # false keeps terminal-native drag selection/copy; true enables internal mouse scrolling/selection
mouse_capture = true # true keeps wheel scrolling inside the TUI; false allows terminal-native drag selection/copy
# ─────────────────────────────────────────────────────────────────────────────────
# Feature Flags