Support symbol "themes" to allow varying levels of icon/symbol rendering
#938 ouverte le 28 févr. 2021
Métriques du dépôt
- Stars
- (853 étoiles)
- Métriques de merge PR
- (Aucune PR mergée en 30 j)
Description
Spinning this feature idea out from #178, which this could end up resolving and is a relevant read.
The idea is to add a feature to support terminals with various levels of unicode support, so that the UI can look reasonable on basic terminals, "typical" ones and potentially up to ones with recent emoji support - though rendering of emoji themselves in place of our current text rendering is likely a different (if related) issue.
Currently we have aimed for a middle path of symbols that appear to render fairly consistently across common platforms but make the UI interesting enough. However, there are two extremes around this:
- some platforms/systems/fonts might support as little as basic letters (ascii and/or localized text + limited symbols)
- some platforms/systems/fonts might support way more unicode, and would benefit from using more advanced symbols
Some aspects to consider:
- likely a command-line option, later a config option
- Can we somehow detect if symbols render properly, or the font supports them, and downgrade/upgrade? (override by the above)