fix(app): terminal replay (#12991)

This commit is contained in:
Adam
2026-02-10 10:15:19 -06:00
committed by GitHub
parent 6f5dfe125a
commit 3929f0b5bd
4 changed files with 87 additions and 61 deletions

View File

@@ -13,7 +13,7 @@ export type LocalPTY = {
cols?: number
buffer?: string
scrollY?: number
tail?: string
cursor?: number
}
const WORKSPACE_KEY = "__workspace__"