Commit 0b71756
committed
fix: omp.json -- leading rounded cap is now plain-style text segment (was diamond w/ empty template -- oh-my-posh skipped rendering on some versions)
Operator: powerline still shows 2 spaces at col 0-1 instead of the
rounded U+E0B6 left cap, even after the diamond-style fix in 7ad2e8a.
Cause: the leading 'text' segment used style=diamond + leading_diamond=
U+E0B6 + template="" (empty). oh-my-posh appears to skip-render
diamond segments with empty templates on some versions, leaving the
cap invisible.
Fix: leading-cap segment is now style=plain with the U+E0B6 glyph IN
THE TEMPLATE and foreground=#1A407F (the next 'shell' segment's bg).
The U+E0B6 glyph is a filled half-circle; rendered in #1A407F on the
terminal's transparent default bg, it visually merges into the
following blue powerline segment as a soft left cap. Same fix applied
to the line-2 leading position.1 parent 7ad2e8a commit 0b71756
1 file changed
Lines changed: 4 additions & 7 deletions
File tree
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
32 | 29 | | |
33 | 30 | | |
34 | 31 | | |
| |||
0 commit comments