mirror of
https://github.com/zyedidia/micro
synced 2024-11-05 17:41:24 +00:00
Merge pull request #111 from onodera-punpun/fix_jump
Fix jumping in rxvt-unicode when switching focus
This commit is contained in:
commit
c727775557
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 = false
|
||||
|
||||
button := e.Buttons()
|
||||
|
||||
|
|
Loading…
Reference in a new issue