Commit 2d338d1
committed
mios.toml [terminal]: edge-to-edge framing (frame_width=79, right_margin=1)
Operator 2026-05-09: "ALL dashboards render to the edge of the
MiOS app window size constraints!!".
Was: frame_width=75, right_margin=5
-- 5 cells of right-side gap in an 80-col window; dashboard
looked floaty inside the WT viewport.
Now: frame_width=79, right_margin=1
-- rightmost `│` border lands at col 78 leaving 1 cell of
safety against WT's pseudo-console over-reporting
WindowWidth by 1 cell during the first paint (before
scrollbarState='hidden' applies). Effectively edge-to-edge
in WT 1.18+ with launchMode=focus + scrollbarState=hidden
+ padding=0 (the MiOS profile defaults).
The legacy 5-cell margin was empirically derived during a
period when WT's pseudo-console + acrylic blur + sub-pixel
rounding compounded; modern WT reports the visible cell count
correctly from FIRST paint. Bump back to 5 ONLY if powerline
wrap returns (operator-tunable in mios.html).
Get-MiosFrameWidth (build-mios.ps1) and Show-MiosDashboard /
mios-dashboard.sh all read these two keys, so the change
propagates to every framed surface in one edit.1 parent 8f3ceb0 commit 2d338d1
1 file changed
Lines changed: 14 additions & 3 deletions
File tree
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1772 | 1772 | | |
1773 | 1773 | | |
1774 | 1774 | | |
1775 | | - | |
1776 | | - | |
1777 | | - | |
| 1775 | + | |
| 1776 | + | |
| 1777 | + | |
| 1778 | + | |
| 1779 | + | |
| 1780 | + | |
| 1781 | + | |
| 1782 | + | |
| 1783 | + | |
| 1784 | + | |
| 1785 | + | |
| 1786 | + | |
| 1787 | + | |
| 1788 | + | |
1778 | 1789 | | |
1779 | 1790 | | |
1780 | 1791 | | |
| |||
0 commit comments