mirror of
https://github.com/Hopiu/micro.git
synced 2026-03-23 01:10:23 +00:00
Merge cursors after any event
This commit is contained in:
parent
16e5f55323
commit
778bfd5cd3
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue