From 294d0e7ee3476f4425c3d21fbaf82dfce3aba017 Mon Sep 17 00:00:00 2001 From: adamdotdevin <2363879+adamdottv@users.noreply.github.com> Date: Thu, 10 Jul 2025 15:49:49 -0500 Subject: fix(tui): mouse wheel ansi codes leaking into editor --- packages/tui/cmd/opencode/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/tui/cmd') diff --git a/packages/tui/cmd/opencode/main.go b/packages/tui/cmd/opencode/main.go index 363ade844..2f079cfab 100644 --- a/packages/tui/cmd/opencode/main.go +++ b/packages/tui/cmd/opencode/main.go @@ -77,7 +77,7 @@ func main() { program := tea.NewProgram( tui.NewModel(app_), tea.WithAltScreen(), - tea.WithKeyboardEnhancements(), + // tea.WithKeyboardEnhancements(), tea.WithMouseCellMotion(), ) -- cgit v1.2.3