diff --git a/cmd/root.go b/cmd/root.go index 9ae26b993dd1be7374907305ae4cc90036cb05d6..c02dea5d2b7882291fa78f2bb7346a0cc3fefe82 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -107,8 +107,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.WithMouseCellMotion(), // Use cell motion instead of all motion to reduce event flooding tea.WithFilter(tui.MouseEventFilter), // Filter mouse events based on focus state )