mirror of
https://github.com/junegunn/fzf
synced 2026-07-23 17:03:17 +00: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