Change relocate from true to false

This commit is contained in:
Camille 2016-05-17 19:31:36 +02:00
parent 266461cc72
commit baddc4107e

View file

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