From 4b700192c1f07aa6ba8d0ed7cb9c1b1dcb6f7ddb Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Sat, 4 Feb 2017 21:51:22 +0900 Subject: Add --border option to draw horizontal lines above and below the finder Goes well with --height --- 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 01179c89..60a23fb6 100644 --- a/src/tui/dummy.go +++ b/src/tui/dummy.go @@ -40,6 +40,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, border bool) Window { +func (r *FullscreenRenderer) NewWindow(top int, left int, width int, height int, borderStyle BorderStyle) Window { return nil } -- cgit v1.2.3