Merge cursors after any event

This commit is contained in:
Zachary Yedidia
2019-01-04 21:50:11 -05:00
parent 35d111bf73
commit 5201cb71b0

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