m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-17 07:43:39 -05:00

Fix Windows build

Fix #3598
This commit is contained in:
Junegunn Choi
2024-01-24 15:59:54 +09:00
parent beb2de2dd9
commit da752fc9a4
5 changed files with 30 additions and 10 deletions

View File

@@ -694,6 +694,10 @@ func (r *LightRenderer) NeedScrollbarRedraw() bool {
return false
}
func (r *LightRenderer) ShouldEmitResizeEvent() bool {
return false
}
func (r *LightRenderer) RefreshWindows(windows []Window) {
r.flush()
}