Commit 75725e9
fix(terminal): default 80x30 with frame at cols-1/rows-1
Per operator: "make sure the GLOBAL MiOS tty0/console and local MiOS
terminal windows are all 80x30!!!! with GLOBAL framing -1 width and
height for fitting piping/framin withing the borderless and
scrollbar-less MiOS themed terminal window".
Reverts the [terminal].rows from 40 to 30 (the canonical TTY0 /
IBM text-mode-3+ size, also the existing
feedback_mios_terminal_dimensions memory's target -- the 40 in the
prior commit was a regression).
Adds [terminal].frame_width / frame_height = cols-1 / rows-1. The
PS profile body's Show-MiosDashboard reads frame_width into its
\$WIDTH so the box-drawing fits inside borderless + scrollbar-less
WT focus-mode windows without colliding with the line-wrap boundary
on pseudo-consoles that lie about their width.
mios-config.html: terminal section default placeholders bumped to
30/79/29; new frame_width / frame_height inputs with int coercion.
Operator-considered alternative: 80x20 for a tighter "application/
portal" feel. Switching is a 4-key edit in the configurator (cols,
rows, frame_width, frame_height) -- the MiOS terminal everywhere
re-skins on next launch.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>1 parent c2abe58 commit 75725e9
2 files changed
Lines changed: 14 additions & 5 deletions
File tree
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
468 | 468 | | |
469 | 469 | | |
470 | 470 | | |
471 | | - | |
| 471 | + | |
472 | 472 | | |
473 | 473 | | |
474 | 474 | | |
475 | | - | |
| 475 | + | |
476 | 476 | | |
477 | 477 | | |
| 478 | + | |
| 479 | + | |
| 480 | + | |
| 481 | + | |
478 | 482 | | |
479 | 483 | | |
480 | 484 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1287 | 1287 | | |
1288 | 1288 | | |
1289 | 1289 | | |
1290 | | - | |
1291 | | - | |
| 1290 | + | |
| 1291 | + | |
| 1292 | + | |
| 1293 | + | |
| 1294 | + | |
1292 | 1295 | | |
1293 | 1296 | | |
1294 | 1297 | | |
1295 | 1298 | | |
1296 | | - | |
| 1299 | + | |
1297 | 1300 | | |
| 1301 | + | |
| 1302 | + | |
1298 | 1303 | | |
1299 | 1304 | | |
1300 | 1305 | | |
| |||
0 commit comments