mirror of
https://github.com/junegunn/fzf.git
synced 2025-08-05 22:52:06 -07:00
@@ -233,6 +233,7 @@ func Run(opts *Options, version string, revision string) {
|
||||
clearCache = util.Once(true)
|
||||
clearSelection = util.Once(true)
|
||||
chunkList.Clear()
|
||||
itemIndex = 0
|
||||
header = make([]string, 0, opts.HeaderLines)
|
||||
go reader.restart(command)
|
||||
}
|
||||
|
Reference in New Issue
Block a user