mirror of
https://github.com/charmbracelet/glow
synced 2024-12-13 21:52:37 +00:00
Disable mouse for now
This commit is contained in:
parent
89a794be7b
commit
d16c13f929
1 changed files with 0 additions and 1 deletions
1
main.go
1
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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue