Commit e5f16e9
committed
fix: omp.json -- revert to box-drawing leading prefix (U+256D/U+2500/U+2570) since the U+E0B6 PUA cap wasn't surfacing on the operator's GeistMono Nerd Font Mono build
Operator: "powerlines STILL not touching the right side of the window
still!! we had this working before".
The PUA cap glyphs (U+E0B6 leading, U+E0B4 between/trailing) work in
some Nerd Font builds but not the operator's specific install --
their prompt showed bare leading whitespace where the colored cap
should have been. Reverted both prompt-line leading text segments to
use the box-drawing chars U+256D + U+2500 (line 1) and U+2570 +
U+2500 (line 2), which are part of the standard BMP and render in
ANY monospace font. Foreground stays subtle blue (#B7C9D7).
Time segment also reverted from diamond style with leading_diamond +
trailing_diamond to plain powerline style with invert_powerline +
powerline_symbol U+E0B6 (the BETWEEN-segment cap is the most common
Nerd Font glyph that DOES render reliably). The "right side gap" is
just the standard right-aligned-block placement; if WT pseudo-console
reports terminal width as N, the right block ends at col N-1 which
is what every powerline theme does.1 parent 4a17411 commit e5f16e9
1 file changed
Lines changed: 13 additions & 19 deletions
File tree
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
28 | | - | |
| 27 | + | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
196 | 196 | | |
197 | 197 | | |
198 | 198 | | |
199 | | - | |
200 | 199 | | |
201 | | - | |
202 | | - | |
203 | | - | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
204 | 203 | | |
205 | 204 | | |
206 | 205 | | |
| |||
216 | 215 | | |
217 | 216 | | |
218 | 217 | | |
219 | | - | |
| 218 | + | |
220 | 219 | | |
221 | | - | |
222 | | - | |
223 | | - | |
224 | | - | |
225 | | - | |
226 | | - | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
227 | 223 | | |
228 | 224 | | |
229 | 225 | | |
230 | | - | |
231 | | - | |
232 | | - | |
233 | | - | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
234 | 229 | | |
235 | 230 | | |
236 | | - | |
237 | 231 | | |
238 | 232 | | |
239 | 233 | | |
| |||
0 commit comments