This commit is contained in:
Zachary Yedidia
2019-12-29 18:23:22 -05:00

View File

@@ -268,6 +268,9 @@ func (h *BufPane) HandleEvent(event tcell.Event) {
esc: e.EscSeq(),
}
h.DoKeyEvent(re)
case *tcell.EventPaste:
h.paste(e.Text())
h.Relocate()
case *tcell.EventKey:
ke := KeyEvent{
code: e.Key(),