Checklist
Output of fzf --version
0.70.0 (f0a2f5e)
OS
Shell
Problem / Steps to reproduce
echo -e "$RED AAAA $RESET$BLUE AAAA $RESET" | fzf --ansi
-
above shows two lines, as I would expect, fzf shows the selected string on exit but without the ansi codes
-
same thing in --listen mode, this simplifies greatly the writing of the client