mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2025-12-04 21:56:46 +01:00
Apparently Windows Terminal has a bug. To reproduce:
print -P '\UF0737%K{red} %k'
The expected output:
x_
Here 'x' signifies any glyph of width 1, and '_' signifies a red
block.
The actual output:
x _
Notice the space.
The output of the following two commands is as expected:
print -P '\UFC35%K{red} %k'
print -P '\UFC35x'
|
||
|---|---|---|
| .. | ||
| configure.zsh | ||
| icons.zsh | ||
| notes.md | ||
| p10k.zsh | ||
| parser.zsh | ||
| wizard.zsh | ||
| worker.zsh | ||