Checklist
Output of fzf --version
0.74.0 (6765f46)
OS
Shell
Problem / Steps to reproduce
Hi,
I'm experiencing a visual rendering issue where the pointer character () leaves a "ghost" or overlaps with other text when the --info=inline option is used. This issue does not occur when the option: --info='inline: ' is not set , as shown here:
Example Configuration
A minimal example of a configuration that triggers the problem:
export FZF_DEFAULT_OPTS="
--pointer='▸'
--info='inline'"
Expected Behavior
The pointer should render cleanly without leaving artifacts.
Actual Behavior
The pointer image "ghosts" or flickers, leaving behind a visual artifact.
Checklist
man fzf)Output of
fzf --version0.74.0 (6765f46)
OS
Shell
Problem / Steps to reproduce
Hi,
I'm experiencing a visual rendering issue where the pointer character () leaves a "ghost" or overlaps with other text when the --info=inline option is used. This issue does not occur when the option: --info='inline: ' is not set , as shown here:
Example Configuration
A minimal example of a configuration that triggers the problem:
export FZF_DEFAULT_OPTS="
--pointer='▸'
--info='inline'"
Expected Behavior
The pointer should render cleanly without leaving artifacts.
Actual Behavior
The pointer image "ghosts" or flickers, leaving behind a visual artifact.