Merge cursors after any event

This commit is contained in:
Zachary Yedidia
2019-01-04 21:50:11 -05:00
parent 16e5f55323
commit 778bfd5cd3

View File

@@ -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