junegunn / fzf

:cherry_blossom: A command-line fuzzy finder
https://junegunn.github.io/fzf/
MIT License
64.25k stars 2.38k forks source link

--marker '═' --marker-multi-line '╔║╚' does not take effect? #3888

Closed tmpm697 closed 3 months ago

tmpm697 commented 3 months ago

Checklist

Output of fzf --version

0.53

OS

Shell

Problem / Steps to reproduce

I'm kinda confuse, I have:

export FZF_DEFAULT_OPTS=

declare -f |
  perl -0 -pe 's/^}\n/}\n\0/gm' |
  bat --plain --language bash --color always |
  fzf --read0 --ansi --layout reverse --multi --highlight-line

which is code from https://junegunn.github.io/fzf/tips/processing-multi-line-items/#all-bashzsh-functions-highlighted but i didn't see two marks as below image in the same link, i only see the red one (outer one), not the pink one(inner or right one). Screenshot 2024-06-23 at 3 52 14 AM

image from my pc Screenshot 2024-06-23 at 3 54 22 AM

junegunn commented 3 months ago

Markers are for --multi. They appear when you select items using TAB or SHIFT-TAB.