Update mouse.go

This commit is contained in:
Liam Galvin 2021-07-31 14:29:59 +01:00 committed by GitHub
parent 5a0e5605b0
commit 569764ac5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

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