mirror of
https://github.com/Llewellynvdm/fzf.git
synced 2024-11-09 23:30:56 +00:00
parent
02634d404d
commit
59943cbb48
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user