Checklist
Output of fzf --version
0.65.1 (e5cd7f0)
OS
Shell
Problem / Steps to reproduce
When I apply the option --info inline-right and the option --info-command 'echo "$FZF_POS/$FZF_MATCH_COUNT"' the last two characters of the info disappear as you can see in the images below
however, when I used ANSI escapes it worked without any issues, and I think this might be a useful information
fzf --info inline-right --info-command 'echo "\x1b[33;1m$FZF_POS\x1b[m/$FZF_MATCH_COUNT"':

I disabled all options before testing this
Checklist
man fzf)Output of
fzf --version0.65.1 (e5cd7f0)
OS
Shell
Problem / Steps to reproduce
When I apply the option
--info inline-rightand the option--info-command 'echo "$FZF_POS/$FZF_MATCH_COUNT"'the last two characters of the info disappear as you can see in the images belowhowever, when I used ANSI escapes it worked without any issues, and I think this might be a useful information
fzf --info inline-right --info-command 'echo "\x1b[33;1m$FZF_POS\x1b[m/$FZF_MATCH_COUNT"':

I disabled all options before testing this