mirror of
https://github.com/zyedidia/micro.git
synced 2026-02-07 15:40:24 +09:00
Merge cursors after any event
This commit is contained in:
@@ -156,6 +156,7 @@ func (h *BufHandler) HandleEvent(event tcell.Event) {
|
||||
}
|
||||
h.DoMouseEvent(me, e)
|
||||
}
|
||||
h.Buf.MergeCursors()
|
||||
}
|
||||
|
||||
// DoKeyEvent executes a key event by finding the action it is bound
|
||||
|
||||
Reference in New Issue
Block a user