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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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__"