Disable mouse for now

This commit is contained in:
Christian Rocha 2020-07-27 12:03:43 -04:00 committed by Christian Muehlhaeuser
parent 89a794be7b
commit d16c13f929

View file

@ -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
}