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

Sixel and Kitty image support on Windows binary (#2544)

This commit is contained in:
Junegunn Choi
2023-11-03 00:07:28 +09:00
parent d0466fa777
commit 68db9cb499
8 changed files with 59 additions and 16 deletions

View File

@@ -489,7 +489,8 @@ type Renderer interface {
RefreshWindows(windows []Window)
Refresh()
Close()
PassThrough(string)
PassThrough(y int, x int, data string)
Sync(bool)
NeedScrollbarRedraw() bool
GetChar() Event