diff options
| author | Junegunn Choi <junegunn.c@gmail.com> | 2019-12-12 23:03:17 +0900 |
|---|---|---|
| committer | Junegunn Choi <junegunn.c@gmail.com> | 2019-12-12 23:03:17 +0900 |
| commit | 3db6b88d82d77f29478771f416fcab708e841fc4 (patch) | |
| tree | 7b0dc6f00dfa121d015a2853ab4b4e2be7cd3c64 /src/tui/dummy.go | |
| parent | 8ae96774df202497c7e73d24e10c51e621eabddf (diff) | |
| download | fzf-3db6b88d82d77f29478771f416fcab708e841fc4.tar.gz | |
Add preview-fg and preview-bg for --color
Close #1776
Diffstat (limited to 'src/tui/dummy.go')
| -rw-r--r-- | src/tui/dummy.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tui/dummy.go b/src/tui/dummy.go index 3965c9ea..76a16e55 100644 --- a/src/tui/dummy.go +++ b/src/tui/dummy.go @@ -39,6 +39,6 @@ func (r *FullscreenRenderer) MaxY() int { return 0 } func (r *FullscreenRenderer) RefreshWindows(windows []Window) {} -func (r *FullscreenRenderer) NewWindow(top int, left int, width int, height int, borderStyle BorderStyle) Window { +func (r *FullscreenRenderer) NewWindow(top int, left int, width int, height int, preview bool, borderStyle BorderStyle) Window { return nil } |
