mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-11 07:02:44 +09:00
Fix jumping in rxvt-unicode when switching focus
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user