Skip to content

Commit

Permalink
Fix DisableMousePress doing the opposite
Browse files Browse the repository at this point in the history
  • Loading branch information
muesli committed Feb 4, 2022
1 parent 5ac8409 commit 6964eb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion screen.go
Expand Up @@ -209,7 +209,7 @@ func EnableMousePress() {

// DisableMousePress disables X10 mouse mode.
func DisableMousePress() {
fmt.Print(CSI + EnableMousePressSeq)
fmt.Print(CSI + DisableMousePressSeq)
}

// EnableMouse enables Mouse Tracking mode.
Expand Down

0 comments on commit 6964eb8

Please sign in to comment.