diff options
| author | Junegunn Choi <junegunn.c@gmail.com> | 2017-01-08 01:30:31 +0900 |
|---|---|---|
| committer | Junegunn Choi <junegunn.c@gmail.com> | 2017-01-08 02:09:56 +0900 |
| commit | 1448d631a7c72905f62dbb343a8f231a1c3cc52c (patch) | |
| tree | 05abfedd2a0777c2640c8259267d3ad855879dfe /src/result.go | |
| parent | fd137a9e875ba1fd9feed4903e102951f8098c33 (diff) | |
| download | fzf-1448d631a7c72905f62dbb343a8f231a1c3cc52c.tar.gz | |
Add --height option
Diffstat (limited to 'src/result.go')
| -rw-r--r-- | src/result.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/result.go b/src/result.go index e2d7c755..3d79176f 100644 --- a/src/result.go +++ b/src/result.go @@ -166,7 +166,7 @@ func (result *Result) colorOffsets(matchOffsets []Offset, theme *tui.ColorTheme, } colors = append(colors, colorOffset{ offset: [2]int32{int32(start), int32(idx)}, - color: tui.PairFor(fg, bg), + color: tui.NewColorPair(fg, bg), attr: ansi.color.attr.Merge(attr)}) } } |
