Fix jumping in rxvt-unicode when switching focus

This commit is contained in:
Camille Scholtz 2016-05-17 17:53:49 +02:00
parent 5ba6ff042c
commit 266461cc72

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 = true
button := e.Buttons()