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

@@ -202,6 +202,10 @@ func (r *FullscreenRenderer) NeedScrollbarRedraw() bool {
return true
}
func (r *FullscreenRenderer) ShouldEmitResizeEvent() bool {
return true
}
func (r *FullscreenRenderer) Refresh() {
// noop
}