Merge pull request #111 from onodera-punpun/fix_jump

Fix jumping in rxvt-unicode when switching focus
This commit is contained in:
Zachary Yedidia 2016-05-17 13:38:59 -04:00
commit c727775557

View file

@ -298,6 +298,7 @@ func (v *View) HandleEvent(event tcell.Event) {
x, y := e.Position()
x -= v.lineNumOffset - v.leftCol
y += v.Topline
relocate = false
button := e.Buttons()