MD Formatting fixes

This commit is contained in:
Raven Scott
2026-04-25 23:02:07 -04:00
parent 51b3b97bc0
commit b07bc38708
154 changed files with 2459 additions and 2457 deletions
+2 -1
View File
@@ -88,7 +88,8 @@ function bareOsEmitRaw(ctx, chunk) {
}
async function run(ctx, argv) {
const seq = '\x1b[H\x1b[2J\x1b[3J'
/* Keep in sync with packages/bare-os-booter/lib/terminal-escapes.js XTERM_CLEAR_SCROLLBACK_AND_VIEWPORT */
const seq = '\x1b[H\x1b[3J\x1b[2J\x1b[0m'
if (typeof ctx.writeScreen === 'function') {
ctx.writeScreen(seq)
return