mirror of
https://github.com/junegunn/fzf.git
synced 2026-01-27 13:22:24 +08:00
Add support for ANSI color codes
This commit is contained in:
@@ -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}}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user