diff --git a/main.go b/main.go index b51ec1d..30cc5ca 100644 --- a/main.go +++ b/main.go @@ -187,7 +187,6 @@ func executeArg(cmd *cobra.Command, arg string, w io.Writer) error { // Run Bubble Tea program p := ui.NewProgram(style, cfg) p.EnterAltScreen() - p.EnableMouseCellMotion() if err := p.Start(); err != nil { return err }