mirror of
https://github.com/junegunn/fzf.git
synced 2025-12-21 11:51:18 +08:00
@@ -135,6 +135,7 @@ func Run(opts *Options) (int, error) {
|
||||
return false
|
||||
}
|
||||
item.text, item.colors = ansiProcessor(stringBytes(transformed))
|
||||
item.text.TrimTrailingWhitespaces()
|
||||
item.text.Index = itemIndex
|
||||
item.origText = &data
|
||||
itemIndex++
|
||||
|
||||
Reference in New Issue
Block a user