mirror of https://github.com/liamg/aminal.git
Update mouse.go
This commit is contained in:
parent
5a0e5605b0
commit
569764ac5a
|
@ -273,8 +273,6 @@ func (g *GUI) handleMouseRemotely(x, y int, pressedLeft, pressedMiddle, pressedR
|
|||
|
||||
mode := g.terminal.GetMouseMode()
|
||||
|
||||
fmt.Printf("MM: 0x%X\r\n", mode)
|
||||
|
||||
switch mode {
|
||||
case termutil.MouseModeNone:
|
||||
return false
|
||||
|
|
Loading…
Reference in New Issue