Closed DannyBen closed 5 years ago
To be fair I'm really surprised about the behaviour of your system. It feels like you're missing some serious unicode support :smile: There is no guarantee if we were to replace these with any other symbols they would work fine for everyone. I would be more inclined to create a theme
option which allows to provide your own set of symbols that take precedence and allow to customise stuff in one place for all the prompts?
Yeah... I spent some time trying to find what is the unicode secret sauce that my system is missing, with no luck.
The ability to override the symbols
array would be a great workaround.
This is now fully configurable via :symbols option either at prompt initialization or individually per each input type.
Hi,
On my system, the markers for
select
andmulti_select
are broken:My system:
I noticed I am able to override the marker with both
list
andmulti_list
, but I also noticed that theradio
markers are hardcoded.Finally - I ran a test to see all the symbols in your Symbols module, to see what is broken in my system, this is the result, in case it helps.
Happy to provide any additional info, or test any fix candidate.