diff options
| author | Junegunn Choi <junegunn.c@gmail.com> | 2015-03-19 01:59:14 +0900 |
|---|---|---|
| committer | Junegunn Choi <junegunn.c@gmail.com> | 2015-03-19 01:59:14 +0900 |
| commit | e70a2a5817586e4e7df0ee1446f609bbd859164a (patch) | |
| tree | 24ea4cb8865233ec89e2e2828a66727cf0b129f4 /src/pattern.go | |
| parent | d80a41bb6d1a507d65885d553a30d4e7dc7d0453 (diff) | |
| download | fzf-e70a2a5817586e4e7df0ee1446f609bbd859164a.tar.gz | |
Add support for ANSI color codes
Diffstat (limited to 'src/pattern.go')
| -rw-r--r-- | src/pattern.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pattern.go b/src/pattern.go index 725ce2db..7acdbcfa 100644 --- a/src/pattern.go +++ b/src/pattern.go @@ -264,6 +264,7 @@ func dupItem(item *Item, offsets []Offset) *Item { transformed: item.transformed, index: item.index, offsets: offsets, + colors: item.colors, rank: Rank{0, 0, item.index}} } |
