mirror of
https://github.com/junegunn/fzf.git
synced 2025-08-20 15:03:49 -07:00
@@ -19,6 +19,7 @@ CHANGELOG
|
|||||||
- Fixed mouse support on Windows
|
- Fixed mouse support on Windows
|
||||||
- zsh 5.0 compatibility (thanks to @LangLangBart)
|
- zsh 5.0 compatibility (thanks to @LangLangBart)
|
||||||
- Fixed `--walker-skip` to also skip symlinks to directories
|
- Fixed `--walker-skip` to also skip symlinks to directories
|
||||||
|
- Fixed `result` event not fired when input stream is not complete
|
||||||
|
|
||||||
0.53.0
|
0.53.0
|
||||||
------
|
------
|
||||||
|
@@ -1253,10 +1253,10 @@ func (t *Terminal) UpdateList(merger *Merger) {
|
|||||||
t.eventChan <- one
|
t.eventChan <- one
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
if t.hasResultActions {
|
if t.hasResultActions {
|
||||||
t.eventChan <- tui.Result.AsEvent()
|
t.eventChan <- tui.Result.AsEvent()
|
||||||
}
|
}
|
||||||
}
|
|
||||||
t.mutex.Unlock()
|
t.mutex.Unlock()
|
||||||
t.reqBox.Set(reqInfo, nil)
|
t.reqBox.Set(reqInfo, nil)
|
||||||
t.reqBox.Set(reqList, nil)
|
t.reqBox.Set(reqList, nil)
|
||||||
|
Reference in New Issue
Block a user