mirror of
https://github.com/zyedidia/micro
synced 2024-11-05 17:41:24 +00:00
Fix jumping in rxvt-unicode when switching focus
This commit is contained in:
parent
5ba6ff042c
commit
266461cc72
1 changed files with 1 additions and 0 deletions
|
@ -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()
|
||||
|
||||
|
|
Loading…
Reference in a new issue