mirror of
https://github.com/Hopiu/micro.git
synced 2026-04-10 09:31:00 +00:00
Handle terminal paste and raw events in info bar
This commit is contained in:
parent
9d1c489574
commit
faa207907c
1 changed files with 1 additions and 1 deletions
|
|
@ -68,7 +68,7 @@ func (h *InfoPane) HandleEvent(event tcell.Event) {
|
|||
h.EventCallback(resp)
|
||||
}
|
||||
}
|
||||
case *tcell.EventMouse:
|
||||
default:
|
||||
h.BufPane.HandleEvent(event)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue