diff --git a/cmd/root.go b/cmd/root.go index 8e1f0839323c29489031ef48567e31f105612ef3..6926255481d796b367a8678926511db8a25e74b7 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -106,8 +106,6 @@ to assist developers in writing, debugging, and understanding code directly from program := tea.NewProgram( tui.New(app), tea.WithAltScreen(), - tea.WithKeyReleases(), - tea.WithUniformKeyLayout(), tea.WithContext(ctx), tea.WithMouseCellMotion(), // Use cell motion instead of all motion to reduce event flooding tea.WithFilter(tui.MouseEventFilter), // Filter mouse events based on focus state