Commit c8b7e8c
committed
omp.json: trailing buffer 4 NBSPs -> 1 (edge-to-edge powerline)
Operator 2026-05-09: "powerline doesn't go to the windows edge yet
either".
The right block had 4 NBSPs (U+00A0) of trailing buffer to push the
time segment away from WT's first-paint over-reported width. But
the operator's `[terminal].right_margin` change to 1 (commit
2d338d1) shrunk the safety margin to 1 cell, so the powerline's
own 4-NBSP buffer is overkill -- the time segment ends up 4 cells
short of where the dashboard frame ends.
Reduced to 1 NBSP so the powerline right-edge cap aligns with the
dashboard frame's right border (both now 1 cell from the visible
edge). Plus final_space = false (already set in commit ffc1f4f)
keeps the cursor flush after `╰─ ❯ ` without an extra trailing
space pushing the entry field column count.
If wrap returns at this width: bump back to 2 NBSPs in mios.html
(matches [terminal].right_margin which the dashboard frame uses).1 parent 2d338d1 commit c8b7e8c
1 file changed
Lines changed: 1 addition & 1 deletion
File tree
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
217 | 217 | | |
218 | 218 | | |
219 | 219 | | |
220 | | - | |
| 220 | + | |
221 | 221 | | |
222 | 222 | | |
223 | 223 | | |
| |||
0 commit comments