splash screen new lines

oc-run
Simon Klee 2026-04-07 12:13:27 +02:00
parent 4fb315297c
commit 91a18af727
No known key found for this signature in database
GPG Key ID: B91696044D47BEA3
1 changed files with 1 additions and 1 deletions

View File

@ -251,7 +251,7 @@ function build(input: SplashWriterInput, kind: "entry" | "exit", ctx: Scrollback
y += 1
}
const height = Math.max(1, y + 1)
const height = Math.max(1, y)
const root = new BoxRenderable(ctx.renderContext, {
id: `run-direct-splash-${kind}-${id++}`,
position: "absolute",