Skip to content

Commit

Permalink
Merge pull request #12 from tmatz/master
Browse files Browse the repository at this point in the history
fix: WheelDown should not be mapped to Button2
  • Loading branch information
zyedidia authored Jan 2, 2020
2 parents 82fba76 + 3ac0b09 commit 36d68eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tscreen.go
Original file line number Diff line number Diff line change
Expand Up @@ -950,7 +950,7 @@ func (t *tScreen) buildMouseEvent(x, y, btn int) *EventMouse {
if !t.wasbtn {
button = WheelDown
} else {
button = Button2
button = Button1
}
}

Expand Down

0 comments on commit 36d68eb

Please sign in to comment.