diff options
| author | Junegunn Choi <junegunn.c@gmail.com> | 2017-02-04 21:51:22 +0900 |
|---|---|---|
| committer | Junegunn Choi <junegunn.c@gmail.com> | 2017-02-04 21:51:22 +0900 |
| commit | 4b700192c1f07aa6ba8d0ed7cb9c1b1dcb6f7ddb (patch) | |
| tree | 611efbf17b9b8e0f71a2d2d68992d3efc9a0378b /src/tui/dummy.go | |
| parent | fe83589ade42e1d6c24b792ec0fa303f07e953e1 (diff) | |
| download | fzf-4b700192c1f07aa6ba8d0ed7cb9c1b1dcb6f7ddb.tar.gz | |
Add --border option to draw horizontal lines above and below the finder
Goes well with --height
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 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 } |
