MD Formatting fixes
This commit is contained in:
+2
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user