From 3db6b88d82d77f29478771f416fcab708e841fc4 Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Thu, 12 Dec 2019 23:03:17 +0900 Subject: Add preview-fg and preview-bg for --color Close #1776 --- src/tui/dummy.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tui/dummy.go') 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 } -- cgit v1.2.3