mirror of
https://github.com/junegunn/fzf.git
synced 2026-02-28 12:32:34 +08:00
Rename ChunkList.Retransform to ForEachItem
This commit is contained in:
@@ -463,7 +463,7 @@ func Run(opts *Options) (int, error) {
|
||||
// Reset cross-line ANSI state before re-processing all items
|
||||
lineAnsiState = nil
|
||||
prevLineAnsiState = nil
|
||||
chunkList.Retransform(func(item *Item) {
|
||||
chunkList.ForEachItem(func(item *Item) {
|
||||
origBytes := *item.origText
|
||||
savedIndex := item.Index()
|
||||
if newTransformer != nil {
|
||||
|
||||
Reference in New Issue
Block a user