junegunn / fzf

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

Spinner character displays as tofu in ST #3660

Closed unrealapex closed 8 months ago

unrealapex commented 8 months ago

Info

Problem / Steps to reproduce

Run FZF in a large directory

fzf in st

unrealapex commented 8 months ago

This can be fixed by running FZF with --no-unicode or patching ST with boxdraw patch and enabling braille "graphics" in your config.h

const int boxdraw = 1;
const int boxdraw_bold = 0;
const int boxdraw_braille = 1;