Fix missing mutex unlock

pull/116/head
Junegunn Choi 10 years ago
parent 3ed86445e1
commit efec9acd6f

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

Loading…
Cancel
Save