mirror of
https://github.com/junegunn/fzf.git
synced 2025-07-30 11:41:58 -07:00
Fix missing mutex unlock
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user