m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-18 16:45:38 -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

@@ -494,6 +494,7 @@ type Renderer interface {
Close()
PassThrough(string)
NeedScrollbarRedraw() bool
ShouldEmitResizeEvent() bool
GetChar() Event