Commit 920af40
set: [terminal].right_margin=2 + frame_width=78 (cols-2) + omp.json trailing spacer
Operator reported "framing too wide STILL" with the previous cols-1
margin -- WT pseudo-console reports WindowWidth 1 cell over the
visible cells during the first paint (before scrollbarState='hidden'
takes effect), so cols-1 still wrapped the right frame char and the
right-aligned time segment onto the next line. cols-2 always leaves
2 cells of effective slack regardless of WT timing.
- mios.toml [terminal].frame_width: 79 -> 78
- mios.toml [terminal].right_margin: NEW key, SSOT for the slack count
- mios.omp.json: trailing 2-cell text spacer in the right block so the
time segment can't wrap when the pseudo-console over-reports width
The Get-MiOS.ps1 + build-mios.ps1 reader fix (read mios.toml as
explicit UTF-8 instead of cp1252) ships in mios-bootstrap @ 6faface.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>1 parent 9c40990 commit 920af40
2 files changed
Lines changed: 8 additions & 1 deletion
File tree
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1621 | 1621 | | |
1622 | 1622 | | |
1623 | 1623 | | |
1624 | | - | |
| 1624 | + | |
1625 | 1625 | | |
| 1626 | + | |
1626 | 1627 | | |
1627 | 1628 | | |
1628 | 1629 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
207 | 207 | | |
208 | 208 | | |
209 | 209 | | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
210 | 216 | | |
211 | 217 | | |
212 | 218 | | |
| |||
0 commit comments