mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2025-02-02 05:41:10 -08:00
docs(faq): add info for zero width character
This commit is contained in:
parent
7dce0fe3e7
commit
3673267deb
|
@ -70,7 +70,7 @@ See the [PowerShell docs on terminal support][ps-ansi-docs] and [this GitHub com
|
||||||
### Windows Terminal: Unexpected space between segments/text
|
### Windows Terminal: Unexpected space between segments/text
|
||||||
|
|
||||||
Windows Terminal has some issues with [rendering certain glyphs][wt-glyph]. These issues are on [their backlog][wt-glyphs].
|
Windows Terminal has some issues with [rendering certain glyphs][wt-glyph]. These issues are on [their backlog][wt-glyphs].
|
||||||
A temporary workaround is to use an invisible character at the end (`\u2800`).
|
A temporary workaround is to use an invisible character at the end (`\u2800`), or a zero width character (`\u200a`) before the icon.
|
||||||
|
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue