Skip to content
Snippets Groups Projects
Commit efec9acd authored by Junegunn Choi's avatar Junegunn Choi
Browse files

Fix missing mutex unlock

parent 3ed86445
No related branches found
No related tags found
No related merge requests found
......@@ -434,6 +434,7 @@ func (t *Terminal) Loop() {
}
switch event.Type {
case C.INVALID:
t.mutex.Unlock()
continue
case C.CTRL_A:
t.cx = 0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment