Skip to content
Snippets Groups Projects
Unverified Commit a4d9b0b4 authored by Junegunn Choi's avatar Junegunn Choi
Browse files

Support ANSI escape sequence for clearing display in preview window

  fzf --preview 'for i in $(seq 100000); do
    (( i % 200 == 0 )) && printf "\033[2J"
    echo "$i"
    sleep 0.01
  done'
parent e2b87e0d
No related branches found
Tags 0.25.0
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment