fix(tui): mouse wheel ansi codes leaking into editor

This commit is contained in:
adamdotdevin 2025-07-10 15:49:49 -05:00
parent 8be1ca836c
commit 294d0e7ee3
No known key found for this signature in database
GPG key ID: 9CB48779AF150E75
35 changed files with 6104 additions and 61 deletions

View file

@ -77,7 +77,7 @@ func main() {
program := tea.NewProgram(
tui.NewModel(app_),
tea.WithAltScreen(),
tea.WithKeyboardEnhancements(),
// tea.WithKeyboardEnhancements(),
tea.WithMouseCellMotion(),
)