mirror of
https://github.com/junegunn/fzf.git
synced 2025-11-15 06:43:47 -05: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,9 +1253,9 @@ func (t *Terminal) UpdateList(merger *Merger) {
|
|||||||
t.eventChan <- one
|
t.eventChan <- one
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if t.hasResultActions {
|
}
|
||||||
t.eventChan <- tui.Result.AsEvent()
|
if t.hasResultActions {
|
||||||
}
|
t.eventChan <- tui.Result.AsEvent()
|
||||||
}
|
}
|
||||||
t.mutex.Unlock()
|
t.mutex.Unlock()
|
||||||
t.reqBox.Set(reqInfo, nil)
|
t.reqBox.Set(reqInfo, nil)
|
||||||
|
|||||||
Reference in New Issue
Block a user