splash screen new lines
This commit is contained in:
parent
1819a03be8
commit
b040f36320
1 changed files with 1 additions and 1 deletions
|
|
@ -251,7 +251,7 @@ function build(input: SplashWriterInput, kind: "entry" | "exit", ctx: Scrollback
|
||||||
y += 1
|
y += 1
|
||||||
}
|
}
|
||||||
|
|
||||||
const height = Math.max(1, y + 1)
|
const height = Math.max(1, y)
|
||||||
const root = new BoxRenderable(ctx.renderContext, {
|
const root = new BoxRenderable(ctx.renderContext, {
|
||||||
id: `run-direct-splash-${kind}-${id++}`,
|
id: `run-direct-splash-${kind}-${id++}`,
|
||||||
position: "absolute",
|
position: "absolute",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue