mirror of
https://github.com/Llewellynvdm/fzf.git
synced 2025-04-06 17:21:51 +00:00
parent
02634d404d
commit
59943cbb48
@ -19,6 +19,7 @@ CHANGELOG
|
||||
- Fixed mouse support on Windows
|
||||
- zsh 5.0 compatibility (thanks to @LangLangBart)
|
||||
- Fixed `--walker-skip` to also skip symlinks to directories
|
||||
- Fixed `result` event not fired when input stream is not complete
|
||||
|
||||
0.53.0
|
||||
------
|
||||
|
@ -1253,9 +1253,9 @@ func (t *Terminal) UpdateList(merger *Merger) {
|
||||
t.eventChan <- one
|
||||
}
|
||||
}
|
||||
if t.hasResultActions {
|
||||
t.eventChan <- tui.Result.AsEvent()
|
||||
}
|
||||
}
|
||||
if t.hasResultActions {
|
||||
t.eventChan <- tui.Result.AsEvent()
|
||||
}
|
||||
t.mutex.Unlock()
|
||||
t.reqBox.Set(reqInfo, nil)
|
||||
|
Loading…
x
Reference in New Issue
Block a user