diff options
| author | Junegunn Choi <junegunn.c@gmail.com> | 2023-11-10 12:55:18 +0900 |
|---|---|---|
| committer | Junegunn Choi <junegunn.c@gmail.com> | 2023-11-10 13:16:11 +0900 |
| commit | 38e3694d1ca5f138f26fbbffb7c0122b58eee8dc (patch) | |
| tree | 70adaeba1deef894b5c3fc73470c23c239d132ec /src/tui/tui.go | |
| parent | 108493524110c8f996231eb5e51b93da7a9b57ca (diff) | |
| download | fzf-38e3694d1ca5f138f26fbbffb7c0122b58eee8dc.tar.gz | |
Revert "Sixel and Kitty image support on Windows binary (#2544)"
This reverts commit 68db9cb499ab32190edae6c285942c5fb7cf39ed.
Diffstat (limited to 'src/tui/tui.go')
| -rw-r--r-- | src/tui/tui.go | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/tui/tui.go b/src/tui/tui.go index 6834f350..5a5e18d6 100644 --- a/src/tui/tui.go +++ b/src/tui/tui.go @@ -489,8 +489,7 @@ type Renderer interface { RefreshWindows(windows []Window) Refresh() Close() - PassThrough(y int, x int, data string) - Sync(bool) + PassThrough(string) NeedScrollbarRedraw() bool GetChar() Event |
